Shades of Citrus #8CAC0D
Tints of Citrus #8CAC0D
RGB
CMYK
RGB Variations
Color information
#8CAC0D (or 0x8CAC0D) is known color: Citrus. HEX triplet: 8C, AC and 0D. RGB value is (140,172,13). Sum of RGB (Red+Green+Blue) = 140+172+13=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC0D is #7353F2. Grayscale: #909090. Windows color (decimal): -7558131 or 896140. OLE color: 896140.
HSL color Cylindrical-coordinate representation of color #8CAC0D: hue angle of 72.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CAC0D is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 13 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.33 |
| HSL | 72.08º | 0.86% | 0.36% | - |
| HSV(B) | 72.08º | 0.92% | 0.67% | - |
| XYZ | 25.64 | 35.11 | 5.81 | - |
| YUV | 144.31 | 53.9 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 13 | 0.19 | 0 | 0.92 | 0.33 | 72.08 | 0.86 | 0.36 |
| Hex | 8C | AC | D | 13 | 0 | 5C | 21 | 48 | 56 | 24 |
| Octal | 214 | 254 | 15 | 23 | 0 | 134 | 41 | 110 | 126 | 44 |
| Binary | 10001100 | 10101100 | 1101 | 10011 | 0 | 1011100 | 100001 | 1001000 | 1010110 | 100100 |
Color Harmonies of #8CAC0D
Complementary color
Monochromatic Colors of #8CAC0D
Black with #8CAC0D
Text Example
Text Example
White with #8CAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC0D; }
p { color: rgb(140,172,13); }
H1.HeaderClassName
{
color: #8CAC0D;
}
.AnyTagClassName
{
color: #8CAC0D;
}
</style>
background-color css
<style>
a { background-color: #8CAC0D; }
a { background-color: rgb(140,172,13); }
div.DivClassName
{
background-color: #8CAC0D;
}
.BgClassName
{
background-color: #8CAC0D;
}
</style>
border-color css
<style>
span { border-color: #8CAC0D; }
span { border-color: rgb(140,172,13); }
td.TdClassName
{
border-color: #8CAC0D;
}
.TagClassName
{
border-color: #8CAC0D;
}
</style>