Shades of Citron #8E9714
Tints of Citron #8E9714
RGB
CMYK
RGB Variations
Color information
#8E9714 (or 0x8E9714) is known color: Citron. HEX triplet: 8E, 97 and 14. RGB value is (142,151,20). Sum of RGB (Red+Green+Blue) = 142+151+20=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9714 is #7168EB. Grayscale: #858585. Windows color (decimal): -7432428 or 1349518. OLE color: 1349518.
HSL color Cylindrical-coordinate representation of color #8E9714: hue angle of 64.12º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E9714 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 20 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.41 |
| HSL | 64.12º | 0.77% | 0.34% | - |
| HSV(B) | 64.12º | 0.87% | 0.59% | - |
| XYZ | 22.35 | 27.93 | 4.88 | - |
| YUV | 133.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 20 | 0.06 | 0 | 0.87 | 0.41 | 64.12 | 0.77 | 0.34 |
| Hex | 8E | 97 | 14 | 6 | 0 | 57 | 29 | 40 | 4D | 22 |
| Octal | 216 | 227 | 24 | 6 | 0 | 127 | 51 | 100 | 115 | 42 |
| Binary | 10001110 | 10010111 | 10100 | 110 | 0 | 1010111 | 101001 | 1000000 | 1001101 | 100010 |
Color Harmonies of #8E9714
Complementary color
Monochromatic Colors of #8E9714
Black with #8E9714
Text Example
Text Example
White with #8E9714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9714; }
p { color: rgb(142,151,20); }
H1.HeaderClassName
{
color: #8E9714;
}
.AnyTagClassName
{
color: #8E9714;
}
</style>
background-color css
<style>
a { background-color: #8E9714; }
a { background-color: rgb(142,151,20); }
div.DivClassName
{
background-color: #8E9714;
}
.BgClassName
{
background-color: #8E9714;
}
</style>
border-color css
<style>
span { border-color: #8E9714; }
span { border-color: rgb(142,151,20); }
td.TdClassName
{
border-color: #8E9714;
}
.TagClassName
{
border-color: #8E9714;
}
</style>