Shades of Citrus #8CAC10
Tints of Citrus #8CAC10
RGB
CMYK
RGB Variations
Color information
#8CAC10 (or 0x8CAC10) is known color: Citrus. HEX triplet: 8C, AC and 10. RGB value is (140,172,16). Sum of RGB (Red+Green+Blue) = 140+172+16=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC10 is #7353EF. Grayscale: #919191. Windows color (decimal): -7558128 or 1092748. OLE color: 1092748.
HSL color Cylindrical-coordinate representation of color #8CAC10: hue angle of 72.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CAC10 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 16 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.33 |
| HSL | 72.31º | 0.83% | 0.37% | - |
| HSV(B) | 72.31º | 0.91% | 0.67% | - |
| XYZ | 25.66 | 35.12 | 5.92 | - |
| YUV | 144.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 16 | 0.19 | 0 | 0.91 | 0.33 | 72.31 | 0.83 | 0.37 |
| Hex | 8C | AC | 10 | 13 | 0 | 5B | 21 | 48 | 53 | 25 |
| Octal | 214 | 254 | 20 | 23 | 0 | 133 | 41 | 110 | 123 | 45 |
| Binary | 10001100 | 10101100 | 10000 | 10011 | 0 | 1011011 | 100001 | 1001000 | 1010011 | 100101 |
Color Harmonies of #8CAC10
Complementary color
Monochromatic Colors of #8CAC10
Black with #8CAC10
Text Example
Text Example
White with #8CAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC10; }
p { color: rgb(140,172,16); }
H1.HeaderClassName
{
color: #8CAC10;
}
.AnyTagClassName
{
color: #8CAC10;
}
</style>
background-color css
<style>
a { background-color: #8CAC10; }
a { background-color: rgb(140,172,16); }
div.DivClassName
{
background-color: #8CAC10;
}
.BgClassName
{
background-color: #8CAC10;
}
</style>
border-color css
<style>
span { border-color: #8CAC10; }
span { border-color: rgb(140,172,16); }
td.TdClassName
{
border-color: #8CAC10;
}
.TagClassName
{
border-color: #8CAC10;
}
</style>