Shades of Citron #8EA411
Tints of Citron #8EA411
RGB
CMYK
RGB Variations
Color information
#8EA411 (or 0x8EA411) is known color: Citron. HEX triplet: 8E, A4 and 11. RGB value is (142,164,17). Sum of RGB (Red+Green+Blue) = 142+164+17=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA411 is #715BEE. Grayscale: #8D8D8D. Windows color (decimal): -7429103 or 1156238. OLE color: 1156238.
HSL color Cylindrical-coordinate representation of color #8EA411: hue angle of 68.98º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EA411 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 164 | 17 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.36 |
| HSL | 68.98º | 0.81% | 0.35% | - |
| HSV(B) | 68.98º | 0.9% | 0.64% | - |
| XYZ | 24.53 | 32.34 | 5.48 | - |
| YUV | 140.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 17 | 0.13 | 0 | 0.90 | 0.36 | 68.98 | 0.81 | 0.35 |
| Hex | 8E | A4 | 11 | D | 0 | 5A | 24 | 45 | 51 | 23 |
| Octal | 216 | 244 | 21 | 15 | 0 | 132 | 44 | 105 | 121 | 43 |
| Binary | 10001110 | 10100100 | 10001 | 1101 | 0 | 1011010 | 100100 | 1000101 | 1010001 | 100011 |
Color Harmonies of #8EA411
Complementary color
Monochromatic Colors of #8EA411
Black with #8EA411
Text Example
Text Example
White with #8EA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA411; }
p { color: rgb(142,164,17); }
H1.HeaderClassName
{
color: #8EA411;
}
.AnyTagClassName
{
color: #8EA411;
}
</style>
background-color css
<style>
a { background-color: #8EA411; }
a { background-color: rgb(142,164,17); }
div.DivClassName
{
background-color: #8EA411;
}
.BgClassName
{
background-color: #8EA411;
}
</style>
border-color css
<style>
span { border-color: #8EA411; }
span { border-color: rgb(142,164,17); }
td.TdClassName
{
border-color: #8EA411;
}
.TagClassName
{
border-color: #8EA411;
}
</style>