Shades of Citron #8EA127
Tints of Citron #8EA127
RGB
CMYK
RGB Variations
Color information
#8EA127 (or 0x8EA127) is known color: Citron. HEX triplet: 8E, A1 and 27. RGB value is (142,161,39). Sum of RGB (Red+Green+Blue) = 142+161+39=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA127 is #715ED8. Grayscale: #8D8D8D. Windows color (decimal): -7429849 or 2597262. OLE color: 2597262.
HSL color Cylindrical-coordinate representation of color #8EA127: hue angle of 69.34º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EA127 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 39 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.37 |
| HSL | 69.34º | 0.61% | 0.39% | - |
| HSV(B) | 69.34º | 0.76% | 0.63% | - |
| XYZ | 24.27 | 31.39 | 6.7 | - |
| YUV | 141.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 39 | 0.12 | 0 | 0.76 | 0.37 | 69.34 | 0.61 | 0.39 |
| Hex | 8E | A1 | 27 | C | 0 | 4C | 25 | 45 | 3D | 27 |
| Octal | 216 | 241 | 47 | 14 | 0 | 114 | 45 | 105 | 75 | 47 |
| Binary | 10001110 | 10100001 | 100111 | 1100 | 0 | 1001100 | 100101 | 1000101 | 111101 | 100111 |
Color Harmonies of #8EA127
Complementary color
Monochromatic Colors of #8EA127
Black with #8EA127
Text Example
Text Example
White with #8EA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA127; }
p { color: rgb(142,161,39); }
H1.HeaderClassName
{
color: #8EA127;
}
.AnyTagClassName
{
color: #8EA127;
}
</style>
background-color css
<style>
a { background-color: #8EA127; }
a { background-color: rgb(142,161,39); }
div.DivClassName
{
background-color: #8EA127;
}
.BgClassName
{
background-color: #8EA127;
}
</style>
border-color css
<style>
span { border-color: #8EA127; }
span { border-color: rgb(142,161,39); }
td.TdClassName
{
border-color: #8EA127;
}
.TagClassName
{
border-color: #8EA127;
}
</style>