Shades of Citron #8E971E
Tints of Citron #8E971E
RGB
CMYK
RGB Variations
Color information
#8E971E (or 0x8E971E) is known color: Citron. HEX triplet: 8E, 97 and 1E. RGB value is (142,151,30). Sum of RGB (Red+Green+Blue) = 142+151+30=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #8E971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E971E is #7168E1. Grayscale: #868686. Windows color (decimal): -7432418 or 2004878. OLE color: 2004878.
HSL color Cylindrical-coordinate representation of color #8E971E: hue angle of 64.46º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E971E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 30 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.41 |
| HSL | 64.46º | 0.67% | 0.35% | - |
| HSV(B) | 64.46º | 0.8% | 0.59% | - |
| XYZ | 22.46 | 27.98 | 5.44 | - |
| YUV | 134.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 30 | 0.06 | 0 | 0.80 | 0.41 | 64.46 | 0.67 | 0.35 |
| Hex | 8E | 97 | 1E | 6 | 0 | 50 | 29 | 40 | 43 | 23 |
| Octal | 216 | 227 | 36 | 6 | 0 | 120 | 51 | 100 | 103 | 43 |
| Binary | 10001110 | 10010111 | 11110 | 110 | 0 | 1010000 | 101001 | 1000000 | 1000011 | 100011 |
Color Harmonies of #8E971E
Complementary color
Monochromatic Colors of #8E971E
Black with #8E971E
Text Example
Text Example
White with #8E971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E971E; }
p { color: rgb(142,151,30); }
H1.HeaderClassName
{
color: #8E971E;
}
.AnyTagClassName
{
color: #8E971E;
}
</style>
background-color css
<style>
a { background-color: #8E971E; }
a { background-color: rgb(142,151,30); }
div.DivClassName
{
background-color: #8E971E;
}
.BgClassName
{
background-color: #8E971E;
}
</style>
border-color css
<style>
span { border-color: #8E971E; }
span { border-color: rgb(142,151,30); }
td.TdClassName
{
border-color: #8E971E;
}
.TagClassName
{
border-color: #8E971E;
}
</style>