Shades of Citron #8E970F
Tints of Citron #8E970F
RGB
CMYK
RGB Variations
Color information
#8E970F (or 0x8E970F) is known color: Citron. HEX triplet: 8E, 97 and 0F. RGB value is (142,151,15). Sum of RGB (Red+Green+Blue) = 142+151+15=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #8E970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E970F is #7168F0. Grayscale: #858585. Windows color (decimal): -7432433 or 1021838. OLE color: 1021838.
HSL color Cylindrical-coordinate representation of color #8E970F: hue angle of 63.97º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E970F is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 15 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.41 |
| HSL | 63.97º | 0.82% | 0.33% | - |
| HSV(B) | 63.97º | 0.9% | 0.59% | - |
| XYZ | 22.31 | 27.92 | 4.66 | - |
| YUV | 132.81 | 61.52 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 15 | 0.06 | 0 | 0.90 | 0.41 | 63.97 | 0.82 | 0.33 |
| Hex | 8E | 97 | F | 6 | 0 | 5A | 29 | 40 | 52 | 21 |
| Octal | 216 | 227 | 17 | 6 | 0 | 132 | 51 | 100 | 122 | 41 |
| Binary | 10001110 | 10010111 | 1111 | 110 | 0 | 1011010 | 101001 | 1000000 | 1010010 | 100001 |
Color Harmonies of #8E970F
Complementary color
Monochromatic Colors of #8E970F
Black with #8E970F
Text Example
Text Example
White with #8E970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E970F; }
p { color: rgb(142,151,15); }
H1.HeaderClassName
{
color: #8E970F;
}
.AnyTagClassName
{
color: #8E970F;
}
</style>
background-color css
<style>
a { background-color: #8E970F; }
a { background-color: rgb(142,151,15); }
div.DivClassName
{
background-color: #8E970F;
}
.BgClassName
{
background-color: #8E970F;
}
</style>
border-color css
<style>
span { border-color: #8E970F; }
span { border-color: rgb(142,151,15); }
td.TdClassName
{
border-color: #8E970F;
}
.TagClassName
{
border-color: #8E970F;
}
</style>