#9CAF08

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

Shades of Citrus #9CAF08

Tints of Citrus #9CAF08

Color information

#9CAF08 (or 0x9CAF08) is unknown color: approx Citrus. HEX triplet: 9C, AF and 08. RGB value is (156,175,8). Sum of RGB (Red+Green+Blue) = 156+175+8=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAF08 is #6350F7. Grayscale: #969696. Windows color (decimal): -6508792 or 569244. OLE color: 569244.

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

Color convert

RGB1561758-
CMYK0.1100.950.31
HSL66.83º91.26%35.88%-
HSV(B)66.83º95.43%68.63%-
XYZ29.0837.755.98-
YUV150.2847.71132.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.02%
GREEN value IS 175 (68.75% from 255) = 51.62%
BLUE value IS 8 (3.52% from 255) = 2.36%
R=46.02%
G=51.62%
B=2.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15617580.1100.950.3166.8391.2635.88
Hex9CAF8B05F1F435b24
Octal234257101301373710313344
Binary100111001010111110001011010111111111110000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,8); }

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

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

 a { background-color: rgb(156,175,8); }

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

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

 span { border-color: rgb(156,175,8); }

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