Shades of Citron #8EA022
Tints of Citron #8EA022
RGB
CMYK
RGB Variations
Color information
#8EA022 (or 0x8EA022) is known color: Citron. HEX triplet: 8E, A0 and 22. RGB value is (142,160,34). Sum of RGB (Red+Green+Blue) = 142+160+34=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA022 is #715FDD. Grayscale: #8C8C8C. Windows color (decimal): -7430110 or 2269326. OLE color: 2269326.
HSL color Cylindrical-coordinate representation of color #8EA022: hue angle of 68.57º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EA022 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 34 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.37 |
| HSL | 68.57º | 0.65% | 0.38% | - |
| HSV(B) | 68.57º | 0.79% | 0.63% | - |
| XYZ | 24.01 | 31.01 | 6.23 | - |
| YUV | 140.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 34 | 0.11 | 0 | 0.79 | 0.37 | 68.57 | 0.65 | 0.38 |
| Hex | 8E | A0 | 22 | B | 0 | 4F | 25 | 45 | 41 | 26 |
| Octal | 216 | 240 | 42 | 13 | 0 | 117 | 45 | 105 | 101 | 46 |
| Binary | 10001110 | 10100000 | 100010 | 1011 | 0 | 1001111 | 100101 | 1000101 | 1000001 | 100110 |
Color Harmonies of #8EA022
Complementary color
Monochromatic Colors of #8EA022
Black with #8EA022
Text Example
Text Example
White with #8EA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA022; }
p { color: rgb(142,160,34); }
H1.HeaderClassName
{
color: #8EA022;
}
.AnyTagClassName
{
color: #8EA022;
}
</style>
background-color css
<style>
a { background-color: #8EA022; }
a { background-color: rgb(142,160,34); }
div.DivClassName
{
background-color: #8EA022;
}
.BgClassName
{
background-color: #8EA022;
}
</style>
border-color css
<style>
span { border-color: #8EA022; }
span { border-color: rgb(142,160,34); }
td.TdClassName
{
border-color: #8EA022;
}
.TagClassName
{
border-color: #8EA022;
}
</style>