Shades of Citrus #8CAC00
Tints of Citrus #8CAC00
RGB
CMYK
RGB Variations
Color information
#8CAC00 (or 0x8CAC00) is known color: Citrus. HEX triplet: 8C, AC and 00. RGB value is (140,172,0). Sum of RGB (Red+Green+Blue) = 140+172+0=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC00 is #7353FF. Grayscale: #8F8F8F. Windows color (decimal): -7558144 or 44172. OLE color: 44172.
HSL color Cylindrical-coordinate representation of color #8CAC00: hue angle of 71.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CAC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.33 |
| HSL | 71.16º | 1% | 0.34% | - |
| HSV(B) | 71.16º | 1% | 0.67% | - |
| XYZ | 25.57 | 35.08 | 5.42 | - |
| YUV | 142.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 0 | 0.19 | 0 | 1 | 0.33 | 71.16 | 1 | 0.34 |
| Hex | 8C | AC | 0 | 13 | 0 | 64 | 21 | 47 | 64 | 22 |
| Octal | 214 | 254 | 0 | 23 | 0 | 144 | 41 | 107 | 144 | 42 |
| Binary | 10001100 | 10101100 | 0 | 10011 | 0 | 1100100 | 100001 | 1000111 | 1100100 | 100010 |
Color Harmonies of #8CAC00
Complementary color
Monochromatic Colors of #8CAC00
Black with #8CAC00
Text Example
Text Example
White with #8CAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC00; }
p { color: rgb(140,172,0); }
H1.HeaderClassName
{
color: #8CAC00;
}
.AnyTagClassName
{
color: #8CAC00;
}
</style>
background-color css
<style>
a { background-color: #8CAC00; }
a { background-color: rgb(140,172,0); }
div.DivClassName
{
background-color: #8CAC00;
}
.BgClassName
{
background-color: #8CAC00;
}
</style>
border-color css
<style>
span { border-color: #8CAC00; }
span { border-color: rgb(140,172,0); }
td.TdClassName
{
border-color: #8CAC00;
}
.TagClassName
{
border-color: #8CAC00;
}
</style>