#98AE19

Color #98AE19 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #98AE19

Tints of Citrus #98AE19

Color information

#98AE19 (or 0x98AE19) is unknown color: approx Citrus. HEX triplet: 98, AE and 19. RGB value is (152,174,25). Sum of RGB (Red+Green+Blue) = 152+174+25=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AE19 is #6751E6. Grayscale: #979797. Windows color (decimal): -6771175 or 1683096. OLE color: 1683096.

HSL color Cylindrical-coordinate representation of color #98AE19: hue angle of 68.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98AE19 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB15217425-
CMYK0.1300.860.32
HSL68.86º74.87%39.02%-
HSV(B)68.86º85.63%68.24%-
XYZ28.2637.026.58-
YUV150.4457.21129.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 25 (10.16% from 255) = 7.12%
R=43.30%
G=49.57%
B=7.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152174250.1300.860.3268.8674.8739.02
Hex98AE19D05620454b27
Octal230256311501264010511347
Binary10011000101011101100111010101011010000010001011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AE19; }

 p { color: rgb(152,174,25); }

 H1.HeaderClassName
 {
   color: #98AE19;
 }
 .AnyTagClassName
 {
   color: #98AE19;
 }
</style>
background-color css

<style>
 a { background-color: #98AE19; }

 a { background-color: rgb(152,174,25); }

 div.DivClassName
 {
   background-color: #98AE19;
 }
 .BgClassName
 {
   background-color: #98AE19;
 }
</style>
border-color css

<style>
 span { border-color: #98AE19; }

 span { border-color: rgb(152,174,25); }

 td.TdClassName
 {
   border-color: #98AE19;
 }
 .TagClassName
 {
   border-color: #98AE19;
 }
</style>