Shades of Citron #8CA016
Tints of Citron #8CA016
RGB
CMYK
RGB Variations
Color information
#8CA016 (or 0x8CA016) is known color: Citron. HEX triplet: 8C, A0 and 16. RGB value is (140,160,22). Sum of RGB (Red+Green+Blue) = 140+160+22=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA016 is #735FE9. Grayscale: #8A8A8A. Windows color (decimal): -7561194 or 1482892. OLE color: 1482892.
HSL color Cylindrical-coordinate representation of color #8CA016: hue angle of 68.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CA016 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 22 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.37 |
| HSL | 68.7º | 0.76% | 0.36% | - |
| HSV(B) | 68.7º | 0.86% | 0.63% | - |
| XYZ | 23.53 | 30.77 | 5.46 | - |
| YUV | 138.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 22 | 0.12 | 0 | 0.86 | 0.37 | 68.7 | 0.76 | 0.36 |
| Hex | 8C | A0 | 16 | C | 0 | 56 | 25 | 45 | 4C | 24 |
| Octal | 214 | 240 | 26 | 14 | 0 | 126 | 45 | 105 | 114 | 44 |
| Binary | 10001100 | 10100000 | 10110 | 1100 | 0 | 1010110 | 100101 | 1000101 | 1001100 | 100100 |
Color Harmonies of #8CA016
Complementary color
Monochromatic Colors of #8CA016
Black with #8CA016
Text Example
Text Example
White with #8CA016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA016; }
p { color: rgb(140,160,22); }
H1.HeaderClassName
{
color: #8CA016;
}
.AnyTagClassName
{
color: #8CA016;
}
</style>
background-color css
<style>
a { background-color: #8CA016; }
a { background-color: rgb(140,160,22); }
div.DivClassName
{
background-color: #8CA016;
}
.BgClassName
{
background-color: #8CA016;
}
</style>
border-color css
<style>
span { border-color: #8CA016; }
span { border-color: rgb(140,160,22); }
td.TdClassName
{
border-color: #8CA016;
}
.TagClassName
{
border-color: #8CA016;
}
</style>