Shades of Citron #8EA717
Tints of Citron #8EA717
RGB
CMYK
RGB Variations
Color information
#8EA717 (or 0x8EA717) is known color: Citron. HEX triplet: 8E, A7 and 17. RGB value is (142,167,23). Sum of RGB (Red+Green+Blue) = 142+167+23=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA717 is #7158E8. Grayscale: #8F8F8F. Windows color (decimal): -7428329 or 1550222. OLE color: 1550222.
HSL color Cylindrical-coordinate representation of color #8EA717: hue angle of 70.42º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EA717 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 167 | 23 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.35 |
| HSL | 70.42º | 0.76% | 0.37% | - |
| HSV(B) | 70.42º | 0.86% | 0.65% | - |
| XYZ | 25.13 | 33.45 | 5.94 | - |
| YUV | 143.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 167 | 23 | 0.15 | 0 | 0.86 | 0.35 | 70.42 | 0.76 | 0.37 |
| Hex | 8E | A7 | 17 | F | 0 | 56 | 23 | 46 | 4C | 25 |
| Octal | 216 | 247 | 27 | 17 | 0 | 126 | 43 | 106 | 114 | 45 |
| Binary | 10001110 | 10100111 | 10111 | 1111 | 0 | 1010110 | 100011 | 1000110 | 1001100 | 100101 |
Color Harmonies of #8EA717
Complementary color
Monochromatic Colors of #8EA717
Black with #8EA717
Text Example
Text Example
White with #8EA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA717; }
p { color: rgb(142,167,23); }
H1.HeaderClassName
{
color: #8EA717;
}
.AnyTagClassName
{
color: #8EA717;
}
</style>
background-color css
<style>
a { background-color: #8EA717; }
a { background-color: rgb(142,167,23); }
div.DivClassName
{
background-color: #8EA717;
}
.BgClassName
{
background-color: #8EA717;
}
</style>
border-color css
<style>
span { border-color: #8EA717; }
span { border-color: rgb(142,167,23); }
td.TdClassName
{
border-color: #8EA717;
}
.TagClassName
{
border-color: #8EA717;
}
</style>