Shades of Citron #8E8A15
Tints of Citron #8E8A15
RGB
CMYK
RGB Variations
Color information
#8E8A15 (or 0x8E8A15) is known color: Citron. HEX triplet: 8E, 8A and 15. RGB value is (142,138,21). Sum of RGB (Red+Green+Blue) = 142+138+21=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8A15 is #7175EA. Grayscale: #7E7E7E. Windows color (decimal): -7435755 or 1411726. OLE color: 1411726.
HSL color Cylindrical-coordinate representation of color #8E8A15: hue angle of 58.02º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E8A15 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 21 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.44 |
| HSL | 58.02º | 0.74% | 0.32% | - |
| HSV(B) | 58.02º | 0.85% | 0.56% | - |
| XYZ | 20.38 | 23.98 | 4.26 | - |
| YUV | 125.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 21 | 0 | 0.03 | 0.85 | 0.44 | 58.02 | 0.74 | 0.32 |
| Hex | 8E | 8A | 15 | 0 | 3 | 55 | 2C | 3A | 4A | 20 |
| Octal | 216 | 212 | 25 | 0 | 3 | 125 | 54 | 72 | 112 | 40 |
| Binary | 10001110 | 10001010 | 10101 | 0 | 11 | 1010101 | 101100 | 111010 | 1001010 | 100000 |
Color Harmonies of #8E8A15
Complementary color
Monochromatic Colors of #8E8A15
Black with #8E8A15
Text Example
Text Example
White with #8E8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A15; }
p { color: rgb(142,138,21); }
H1.HeaderClassName
{
color: #8E8A15;
}
.AnyTagClassName
{
color: #8E8A15;
}
</style>
background-color css
<style>
a { background-color: #8E8A15; }
a { background-color: rgb(142,138,21); }
div.DivClassName
{
background-color: #8E8A15;
}
.BgClassName
{
background-color: #8E8A15;
}
</style>
border-color css
<style>
span { border-color: #8E8A15; }
span { border-color: rgb(142,138,21); }
td.TdClassName
{
border-color: #8E8A15;
}
.TagClassName
{
border-color: #8E8A15;
}
</style>