Shades of Citrus #8CAC06
Tints of Citrus #8CAC06
RGB
CMYK
RGB Variations
Color information
#8CAC06 (or 0x8CAC06) is known color: Citrus. HEX triplet: 8C, AC and 06. RGB value is (140,172,6). Sum of RGB (Red+Green+Blue) = 140+172+6=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC06 is #7353F9. Grayscale: #909090. Windows color (decimal): -7558138 or 437388. OLE color: 437388.
HSL color Cylindrical-coordinate representation of color #8CAC06: hue angle of 71.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CAC06 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 6 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.33 |
| HSL | 71.57º | 0.93% | 0.35% | - |
| HSV(B) | 71.57º | 0.97% | 0.67% | - |
| XYZ | 25.6 | 35.09 | 5.6 | - |
| YUV | 143.51 | 50.4 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 6 | 0.19 | 0 | 0.97 | 0.33 | 71.57 | 0.93 | 0.35 |
| Hex | 8C | AC | 6 | 13 | 0 | 61 | 21 | 48 | 5D | 23 |
| Octal | 214 | 254 | 6 | 23 | 0 | 141 | 41 | 110 | 135 | 43 |
| Binary | 10001100 | 10101100 | 110 | 10011 | 0 | 1100001 | 100001 | 1001000 | 1011101 | 100011 |
Color Harmonies of #8CAC06
Complementary color
Monochromatic Colors of #8CAC06
Black with #8CAC06
Text Example
Text Example
White with #8CAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC06; }
p { color: rgb(140,172,6); }
H1.HeaderClassName
{
color: #8CAC06;
}
.AnyTagClassName
{
color: #8CAC06;
}
</style>
background-color css
<style>
a { background-color: #8CAC06; }
a { background-color: rgb(140,172,6); }
div.DivClassName
{
background-color: #8CAC06;
}
.BgClassName
{
background-color: #8CAC06;
}
</style>
border-color css
<style>
span { border-color: #8CAC06; }
span { border-color: rgb(140,172,6); }
td.TdClassName
{
border-color: #8CAC06;
}
.TagClassName
{
border-color: #8CAC06;
}
</style>