#8CAC09

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

Shades of Citrus #8CAC09

Tints of Citrus #8CAC09

Color information

#8CAC09 (or 0x8CAC09) is unknown color: approx Citrus. HEX triplet: 8C, AC and 09. RGB value is (140,172,9). Sum of RGB (Red+Green+Blue) = 140+172+9=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC09 is #7353F6. Grayscale: #909090. Windows color (decimal): -7558135 or 633996. OLE color: 633996.

HSL color Cylindrical-coordinate representation of color #8CAC09: hue angle of 71.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CAC09 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1401729-
CMYK0.1900.950.33
HSL71.78º90.06%35.49%-
HSV(B)71.78º94.77%67.45%-
XYZ25.6235.15.68-
YUV143.8551.9125.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 9 (3.91% from 255) = 2.80%
R=43.61%
G=53.58%
B=2.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14017290.1900.950.3371.7890.0635.49
Hex8CAC91305F21485a23
Octal214254112301374111013243
Binary10001100101011001001100110101111110000110010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAC09; }

 p { color: rgb(140,172,9); }

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

<style>
 a { background-color: #8CAC09; }

 a { background-color: rgb(140,172,9); }

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

<style>
 span { border-color: #8CAC09; }

 span { border-color: rgb(140,172,9); }

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