Shades of Citrus #8CAC02
Tints of Citrus #8CAC02
RGB
CMYK
RGB Variations
Color information
#8CAC02 (or 0x8CAC02) is known color: Citrus. HEX triplet: 8C, AC and 02. RGB value is (140,172,2). Sum of RGB (Red+Green+Blue) = 140+172+2=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC02 is #7353FD. Grayscale: #8F8F8F. Windows color (decimal): -7558142 or 175244. OLE color: 175244.
HSL color Cylindrical-coordinate representation of color #8CAC02: hue angle of 71.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CAC02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.33 |
| HSL | 71.29º | 0.98% | 0.34% | - |
| HSV(B) | 71.29º | 0.99% | 0.67% | - |
| XYZ | 25.58 | 35.08 | 5.48 | - |
| YUV | 143.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 2 | 0.19 | 0 | 0.99 | 0.33 | 71.29 | 0.98 | 0.34 |
| Hex | 8C | AC | 2 | 13 | 0 | 63 | 21 | 47 | 62 | 22 |
| Octal | 214 | 254 | 2 | 23 | 0 | 143 | 41 | 107 | 142 | 42 |
| Binary | 10001100 | 10101100 | 10 | 10011 | 0 | 1100011 | 100001 | 1000111 | 1100010 | 100010 |
Color Harmonies of #8CAC02
Complementary color
Monochromatic Colors of #8CAC02
Black with #8CAC02
Text Example
Text Example
White with #8CAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC02; }
p { color: rgb(140,172,2); }
H1.HeaderClassName
{
color: #8CAC02;
}
.AnyTagClassName
{
color: #8CAC02;
}
</style>
background-color css
<style>
a { background-color: #8CAC02; }
a { background-color: rgb(140,172,2); }
div.DivClassName
{
background-color: #8CAC02;
}
.BgClassName
{
background-color: #8CAC02;
}
</style>
border-color css
<style>
span { border-color: #8CAC02; }
span { border-color: rgb(140,172,2); }
td.TdClassName
{
border-color: #8CAC02;
}
.TagClassName
{
border-color: #8CAC02;
}
</style>