#9EAF0B

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

Shades of Citrus #9EAF0B

Tints of Citrus #9EAF0B

Color information

#9EAF0B (or 0x9EAF0B) is unknown color: approx Citrus. HEX triplet: 9E, AF and 0B. RGB value is (158,175,11). Sum of RGB (Red+Green+Blue) = 158+175+11=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF0B is #6150F4. Grayscale: #979797. Windows color (decimal): -6377717 or 765854. OLE color: 765854.

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

Color convert

RGB15817511-
CMYK0.1000.940.31
HSL66.22º88.17%36.47%-
HSV(B)66.22º93.71%68.63%-
XYZ29.4937.956.09-
YUV151.2248.87132.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.93%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=45.93%
G=50.87%
B=3.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158175110.1000.940.3166.2288.1736.47
Hex9EAFBA05E1F425824
Octal236257131201363710213044
Binary100111101010111110111010010111101111110000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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