Shades of Citrus #8EA80E
Tints of Citrus #8EA80E
RGB
CMYK
RGB Variations
Color information
#8EA80E (or 0x8EA80E) is known color: Citrus. HEX triplet: 8E, A8 and 0E. RGB value is (142,168,14). Sum of RGB (Red+Green+Blue) = 142+168+14=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA80E is #7157F1. Grayscale: #8F8F8F. Windows color (decimal): -7428082 or 960654. OLE color: 960654.
HSL color Cylindrical-coordinate representation of color #8EA80E: hue angle of 70.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EA80E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 168 | 14 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.34 |
| HSL | 70.13º | 0.85% | 0.36% | - |
| HSV(B) | 70.13º | 0.92% | 0.66% | - |
| XYZ | 25.24 | 33.79 | 5.61 | - |
| YUV | 142.67 | 55.39 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 14 | 0.15 | 0 | 0.92 | 0.34 | 70.13 | 0.85 | 0.36 |
| Hex | 8E | A8 | E | F | 0 | 5C | 22 | 46 | 55 | 24 |
| Octal | 216 | 250 | 16 | 17 | 0 | 134 | 42 | 106 | 125 | 44 |
| Binary | 10001110 | 10101000 | 1110 | 1111 | 0 | 1011100 | 100010 | 1000110 | 1010101 | 100100 |
Color Harmonies of #8EA80E
Complementary color
Monochromatic Colors of #8EA80E
Black with #8EA80E
Text Example
Text Example
White with #8EA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA80E; }
p { color: rgb(142,168,14); }
H1.HeaderClassName
{
color: #8EA80E;
}
.AnyTagClassName
{
color: #8EA80E;
}
</style>
background-color css
<style>
a { background-color: #8EA80E; }
a { background-color: rgb(142,168,14); }
div.DivClassName
{
background-color: #8EA80E;
}
.BgClassName
{
background-color: #8EA80E;
}
</style>
border-color css
<style>
span { border-color: #8EA80E; }
span { border-color: rgb(142,168,14); }
td.TdClassName
{
border-color: #8EA80E;
}
.TagClassName
{
border-color: #8EA80E;
}
</style>