#9EAF18

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

Shades of Citrus #9EAF18

Tints of Citrus #9EAF18

Color information

#9EAF18 (or 0x9EAF18) is unknown color: approx Citrus. HEX triplet: 9E, AF and 18. RGB value is (158,175,24). Sum of RGB (Red+Green+Blue) = 158+175+24=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF18 is #6150E7. Grayscale: #999999. Windows color (decimal): -6377704 or 1617822. OLE color: 1617822.

HSL color Cylindrical-coordinate representation of color #9EAF18: hue angle of 66.75º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EAF18 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB15817524-
CMYK0.1000.860.31
HSL66.75º75.88%39.02%-
HSV(B)66.75º86.29%68.63%-
XYZ29.637.996.64-
YUV152.755.37131.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=44.26%
G=49.02%
B=6.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158175240.1000.860.3166.7575.8839.02
Hex9EAF18A0561F434c27
Octal236257301201263710311447
Binary1001111010101111110001010010101101111110000111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAF18; }

 p { color: rgb(158,175,24); }

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

<style>
 a { background-color: #9EAF18; }

 a { background-color: rgb(158,175,24); }

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

<style>
 span { border-color: #9EAF18; }

 span { border-color: rgb(158,175,24); }

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