Shades of Citron #8EA60F
Tints of Citron #8EA60F
RGB
CMYK
RGB Variations
Color information
#8EA60F (or 0x8EA60F) is known color: Citron. HEX triplet: 8E, A6 and 0F. RGB value is (142,166,15). Sum of RGB (Red+Green+Blue) = 142+166+15=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA60F is #7159F0. Grayscale: #8E8E8E. Windows color (decimal): -7428593 or 1025678. OLE color: 1025678.
HSL color Cylindrical-coordinate representation of color #8EA60F: hue angle of 69.54º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EA60F is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 15 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.35 |
| HSL | 69.54º | 0.83% | 0.35% | - |
| HSV(B) | 69.54º | 0.91% | 0.65% | - |
| XYZ | 24.88 | 33.06 | 5.52 | - |
| YUV | 141.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 15 | 0.14 | 0 | 0.91 | 0.35 | 69.54 | 0.83 | 0.35 |
| Hex | 8E | A6 | F | E | 0 | 5B | 23 | 46 | 53 | 23 |
| Octal | 216 | 246 | 17 | 16 | 0 | 133 | 43 | 106 | 123 | 43 |
| Binary | 10001110 | 10100110 | 1111 | 1110 | 0 | 1011011 | 100011 | 1000110 | 1010011 | 100011 |
Color Harmonies of #8EA60F
Complementary color
Monochromatic Colors of #8EA60F
Black with #8EA60F
Text Example
Text Example
White with #8EA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA60F; }
p { color: rgb(142,166,15); }
H1.HeaderClassName
{
color: #8EA60F;
}
.AnyTagClassName
{
color: #8EA60F;
}
</style>
background-color css
<style>
a { background-color: #8EA60F; }
a { background-color: rgb(142,166,15); }
div.DivClassName
{
background-color: #8EA60F;
}
.BgClassName
{
background-color: #8EA60F;
}
</style>
border-color css
<style>
span { border-color: #8EA60F; }
span { border-color: rgb(142,166,15); }
td.TdClassName
{
border-color: #8EA60F;
}
.TagClassName
{
border-color: #8EA60F;
}
</style>