Shades of Citron #8EA226
Tints of Citron #8EA226
RGB
CMYK
RGB Variations
Color information
#8EA226 (or 0x8EA226) is known color: Citron. HEX triplet: 8E, A2 and 26. RGB value is (142,162,38). Sum of RGB (Red+Green+Blue) = 142+162+38=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA226 is #715DD9. Grayscale: #8E8E8E. Windows color (decimal): -7429594 or 2531982. OLE color: 2531982.
HSL color Cylindrical-coordinate representation of color #8EA226: hue angle of 69.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EA226 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 38 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.36 |
| HSL | 69.68º | 0.62% | 0.39% | - |
| HSV(B) | 69.68º | 0.77% | 0.64% | - |
| XYZ | 24.43 | 31.73 | 6.67 | - |
| YUV | 141.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 38 | 0.12 | 0 | 0.77 | 0.36 | 69.68 | 0.62 | 0.39 |
| Hex | 8E | A2 | 26 | C | 0 | 4D | 24 | 46 | 3E | 27 |
| Octal | 216 | 242 | 46 | 14 | 0 | 115 | 44 | 106 | 76 | 47 |
| Binary | 10001110 | 10100010 | 100110 | 1100 | 0 | 1001101 | 100100 | 1000110 | 111110 | 100111 |
Color Harmonies of #8EA226
Complementary color
Monochromatic Colors of #8EA226
Black with #8EA226
Text Example
Text Example
White with #8EA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA226; }
p { color: rgb(142,162,38); }
H1.HeaderClassName
{
color: #8EA226;
}
.AnyTagClassName
{
color: #8EA226;
}
</style>
background-color css
<style>
a { background-color: #8EA226; }
a { background-color: rgb(142,162,38); }
div.DivClassName
{
background-color: #8EA226;
}
.BgClassName
{
background-color: #8EA226;
}
</style>
border-color css
<style>
span { border-color: #8EA226; }
span { border-color: rgb(142,162,38); }
td.TdClassName
{
border-color: #8EA226;
}
.TagClassName
{
border-color: #8EA226;
}
</style>