Shades of Citron #8EA006
Tints of Citron #8EA006
RGB
CMYK
RGB Variations
Color information
#8EA006 (or 0x8EA006) is known color: Citron. HEX triplet: 8E, A0 and 06. RGB value is (142,160,6). Sum of RGB (Red+Green+Blue) = 142+160+6=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA006 is #715FF9. Grayscale: #898989. Windows color (decimal): -7430138 or 434318. OLE color: 434318.
HSL color Cylindrical-coordinate representation of color #8EA006: hue angle of 67.01º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EA006 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 6 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.37 |
| HSL | 67.01º | 0.93% | 0.33% | - |
| HSV(B) | 67.01º | 0.96% | 0.63% | - |
| XYZ | 23.76 | 30.91 | 4.89 | - |
| YUV | 137.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 6 | 0.11 | 0 | 0.96 | 0.37 | 67.01 | 0.93 | 0.33 |
| Hex | 8E | A0 | 6 | B | 0 | 60 | 25 | 43 | 5D | 21 |
| Octal | 216 | 240 | 6 | 13 | 0 | 140 | 45 | 103 | 135 | 41 |
| Binary | 10001110 | 10100000 | 110 | 1011 | 0 | 1100000 | 100101 | 1000011 | 1011101 | 100001 |
Color Harmonies of #8EA006
Complementary color
Monochromatic Colors of #8EA006
Black with #8EA006
Text Example
Text Example
White with #8EA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA006; }
p { color: rgb(142,160,6); }
H1.HeaderClassName
{
color: #8EA006;
}
.AnyTagClassName
{
color: #8EA006;
}
</style>
background-color css
<style>
a { background-color: #8EA006; }
a { background-color: rgb(142,160,6); }
div.DivClassName
{
background-color: #8EA006;
}
.BgClassName
{
background-color: #8EA006;
}
</style>
border-color css
<style>
span { border-color: #8EA006; }
span { border-color: rgb(142,160,6); }
td.TdClassName
{
border-color: #8EA006;
}
.TagClassName
{
border-color: #8EA006;
}
</style>