Shades of Citron #8EA228
Tints of Citron #8EA228
RGB
CMYK
RGB Variations
Color information
#8EA228 (or 0x8EA228) is known color: Citron. HEX triplet: 8E, A2 and 28. RGB value is (142,162,40). Sum of RGB (Red+Green+Blue) = 142+162+40=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA228 is #715DD7. Grayscale: #8E8E8E. Windows color (decimal): -7429592 or 2663054. OLE color: 2663054.
HSL color Cylindrical-coordinate representation of color #8EA228: hue angle of 69.84º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EA228 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 40 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.36 |
| HSL | 69.84º | 0.6% | 0.4% | - |
| HSV(B) | 69.84º | 0.75% | 0.64% | - |
| XYZ | 24.46 | 31.74 | 6.85 | - |
| YUV | 142.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 40 | 0.12 | 0 | 0.75 | 0.36 | 69.84 | 0.6 | 0.4 |
| Hex | 8E | A2 | 28 | C | 0 | 4B | 24 | 46 | 3C | 28 |
| Octal | 216 | 242 | 50 | 14 | 0 | 113 | 44 | 106 | 74 | 50 |
| Binary | 10001110 | 10100010 | 101000 | 1100 | 0 | 1001011 | 100100 | 1000110 | 111100 | 101000 |
Color Harmonies of #8EA228
Complementary color
Monochromatic Colors of #8EA228
Black with #8EA228
Text Example
Text Example
White with #8EA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA228; }
p { color: rgb(142,162,40); }
H1.HeaderClassName
{
color: #8EA228;
}
.AnyTagClassName
{
color: #8EA228;
}
</style>
background-color css
<style>
a { background-color: #8EA228; }
a { background-color: rgb(142,162,40); }
div.DivClassName
{
background-color: #8EA228;
}
.BgClassName
{
background-color: #8EA228;
}
</style>
border-color css
<style>
span { border-color: #8EA228; }
span { border-color: rgb(142,162,40); }
td.TdClassName
{
border-color: #8EA228;
}
.TagClassName
{
border-color: #8EA228;
}
</style>