Shades of Citron #8EA218
Tints of Citron #8EA218
RGB
CMYK
RGB Variations
Color information
#8EA218 (or 0x8EA218) is known color: Citron. HEX triplet: 8E, A2 and 18. RGB value is (142,162,24). Sum of RGB (Red+Green+Blue) = 142+162+24=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA218 is #715DE7. Grayscale: #8C8C8C. Windows color (decimal): -7429608 or 1614478. OLE color: 1614478.
HSL color Cylindrical-coordinate representation of color #8EA218: hue angle of 68.7º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8EA218 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 24 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.36 |
| HSL | 68.7º | 0.74% | 0.36% | - |
| HSV(B) | 68.7º | 0.85% | 0.64% | - |
| XYZ | 24.24 | 31.66 | 5.7 | - |
| YUV | 140.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 24 | 0.12 | 0 | 0.85 | 0.36 | 68.7 | 0.74 | 0.36 |
| Hex | 8E | A2 | 18 | C | 0 | 55 | 24 | 45 | 4A | 24 |
| Octal | 216 | 242 | 30 | 14 | 0 | 125 | 44 | 105 | 112 | 44 |
| Binary | 10001110 | 10100010 | 11000 | 1100 | 0 | 1010101 | 100100 | 1000101 | 1001010 | 100100 |
Color Harmonies of #8EA218
Complementary color
Monochromatic Colors of #8EA218
Black with #8EA218
Text Example
Text Example
White with #8EA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA218; }
p { color: rgb(142,162,24); }
H1.HeaderClassName
{
color: #8EA218;
}
.AnyTagClassName
{
color: #8EA218;
}
</style>
background-color css
<style>
a { background-color: #8EA218; }
a { background-color: rgb(142,162,24); }
div.DivClassName
{
background-color: #8EA218;
}
.BgClassName
{
background-color: #8EA218;
}
</style>
border-color css
<style>
span { border-color: #8EA218; }
span { border-color: rgb(142,162,24); }
td.TdClassName
{
border-color: #8EA218;
}
.TagClassName
{
border-color: #8EA218;
}
</style>