Shades of Citron #8E990A
Tints of Citron #8E990A
RGB
CMYK
RGB Variations
Color information
#8E990A (or 0x8E990A) is known color: Citron. HEX triplet: 8E, 99 and 0A. RGB value is (142,153,10). Sum of RGB (Red+Green+Blue) = 142+153+10=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #8E990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E990A is #7166F5. Grayscale: #858585. Windows color (decimal): -7431926 or 694670. OLE color: 694670.
HSL color Cylindrical-coordinate representation of color #8E990A: hue angle of 64.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E990A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 10 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.4 |
| HSL | 64.62º | 0.88% | 0.32% | - |
| HSV(B) | 64.62º | 0.93% | 0.6% | - |
| XYZ | 22.6 | 28.56 | 4.61 | - |
| YUV | 133.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 10 | 0.07 | 0 | 0.93 | 0.4 | 64.62 | 0.88 | 0.32 |
| Hex | 8E | 99 | A | 7 | 0 | 5D | 28 | 41 | 58 | 20 |
| Octal | 216 | 231 | 12 | 7 | 0 | 135 | 50 | 101 | 130 | 40 |
| Binary | 10001110 | 10011001 | 1010 | 111 | 0 | 1011101 | 101000 | 1000001 | 1011000 | 100000 |
Color Harmonies of #8E990A
Complementary color
Monochromatic Colors of #8E990A
Black with #8E990A
Text Example
Text Example
White with #8E990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E990A; }
p { color: rgb(142,153,10); }
H1.HeaderClassName
{
color: #8E990A;
}
.AnyTagClassName
{
color: #8E990A;
}
</style>
background-color css
<style>
a { background-color: #8E990A; }
a { background-color: rgb(142,153,10); }
div.DivClassName
{
background-color: #8E990A;
}
.BgClassName
{
background-color: #8E990A;
}
</style>
border-color css
<style>
span { border-color: #8E990A; }
span { border-color: rgb(142,153,10); }
td.TdClassName
{
border-color: #8E990A;
}
.TagClassName
{
border-color: #8E990A;
}
</style>