Shades of Citron #8CA110
Tints of Citron #8CA110
RGB
CMYK
RGB Variations
Color information
#8CA110 (or 0x8CA110) is known color: Citron. HEX triplet: 8C, A1 and 10. RGB value is (140,161,16). Sum of RGB (Red+Green+Blue) = 140+161+16=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA110 is #735EEF. Grayscale: #8A8A8A. Windows color (decimal): -7560944 or 1089932. OLE color: 1089932.
HSL color Cylindrical-coordinate representation of color #8CA110: hue angle of 68.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CA110 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 16 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.37 |
| HSL | 68.69º | 0.82% | 0.35% | - |
| HSV(B) | 68.69º | 0.9% | 0.63% | - |
| XYZ | 23.65 | 31.1 | 5.25 | - |
| YUV | 138.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 16 | 0.13 | 0 | 0.90 | 0.37 | 68.69 | 0.82 | 0.35 |
| Hex | 8C | A1 | 10 | D | 0 | 5A | 25 | 45 | 52 | 23 |
| Octal | 214 | 241 | 20 | 15 | 0 | 132 | 45 | 105 | 122 | 43 |
| Binary | 10001100 | 10100001 | 10000 | 1101 | 0 | 1011010 | 100101 | 1000101 | 1010010 | 100011 |
Color Harmonies of #8CA110
Complementary color
Monochromatic Colors of #8CA110
Black with #8CA110
Text Example
Text Example
White with #8CA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA110; }
p { color: rgb(140,161,16); }
H1.HeaderClassName
{
color: #8CA110;
}
.AnyTagClassName
{
color: #8CA110;
}
</style>
background-color css
<style>
a { background-color: #8CA110; }
a { background-color: rgb(140,161,16); }
div.DivClassName
{
background-color: #8CA110;
}
.BgClassName
{
background-color: #8CA110;
}
</style>
border-color css
<style>
span { border-color: #8CA110; }
span { border-color: rgb(140,161,16); }
td.TdClassName
{
border-color: #8CA110;
}
.TagClassName
{
border-color: #8CA110;
}
</style>