Shades of Citron #8EA224
Tints of Citron #8EA224
RGB
CMYK
RGB Variations
Color information
#8EA224 (or 0x8EA224) is known color: Citron. HEX triplet: 8E, A2 and 24. RGB value is (142,162,36). Sum of RGB (Red+Green+Blue) = 142+162+36=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA224 is #715DDB. Grayscale: #8E8E8E. Windows color (decimal): -7429596 or 2400910. OLE color: 2400910.
HSL color Cylindrical-coordinate representation of color #8EA224: hue angle of 69.52º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EA224 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 36 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.36 |
| HSL | 69.52º | 0.64% | 0.39% | - |
| HSV(B) | 69.52º | 0.78% | 0.64% | - |
| XYZ | 24.39 | 31.72 | 6.51 | - |
| YUV | 141.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 36 | 0.12 | 0 | 0.78 | 0.36 | 69.52 | 0.64 | 0.39 |
| Hex | 8E | A2 | 24 | C | 0 | 4E | 24 | 46 | 40 | 27 |
| Octal | 216 | 242 | 44 | 14 | 0 | 116 | 44 | 106 | 100 | 47 |
| Binary | 10001110 | 10100010 | 100100 | 1100 | 0 | 1001110 | 100100 | 1000110 | 1000000 | 100111 |
Color Harmonies of #8EA224
Complementary color
Monochromatic Colors of #8EA224
Black with #8EA224
Text Example
Text Example
White with #8EA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA224; }
p { color: rgb(142,162,36); }
H1.HeaderClassName
{
color: #8EA224;
}
.AnyTagClassName
{
color: #8EA224;
}
</style>
background-color css
<style>
a { background-color: #8EA224; }
a { background-color: rgb(142,162,36); }
div.DivClassName
{
background-color: #8EA224;
}
.BgClassName
{
background-color: #8EA224;
}
</style>
border-color css
<style>
span { border-color: #8EA224; }
span { border-color: rgb(142,162,36); }
td.TdClassName
{
border-color: #8EA224;
}
.TagClassName
{
border-color: #8EA224;
}
</style>