Shades of Citron #8E9D24
Tints of Citron #8E9D24
RGB
CMYK
RGB Variations
Color information
#8E9D24 (or 0x8E9D24) is known color: Citron. HEX triplet: 8E, 9D and 24. RGB value is (142,157,36). Sum of RGB (Red+Green+Blue) = 142+157+36=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9D24 is #7162DB. Grayscale: #8B8B8B. Windows color (decimal): -7430876 or 2399630. OLE color: 2399630.
HSL color Cylindrical-coordinate representation of color #8E9D24: hue angle of 67.44º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E9D24 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 36 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.38 |
| HSL | 67.44º | 0.63% | 0.38% | - |
| HSV(B) | 67.44º | 0.77% | 0.62% | - |
| XYZ | 23.53 | 29.99 | 6.22 | - |
| YUV | 138.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 36 | 0.10 | 0 | 0.77 | 0.38 | 67.44 | 0.63 | 0.38 |
| Hex | 8E | 9D | 24 | A | 0 | 4D | 26 | 43 | 3F | 26 |
| Octal | 216 | 235 | 44 | 12 | 0 | 115 | 46 | 103 | 77 | 46 |
| Binary | 10001110 | 10011101 | 100100 | 1010 | 0 | 1001101 | 100110 | 1000011 | 111111 | 100110 |
Color Harmonies of #8E9D24
Complementary color
Monochromatic Colors of #8E9D24
Black with #8E9D24
Text Example
Text Example
White with #8E9D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D24; }
p { color: rgb(142,157,36); }
H1.HeaderClassName
{
color: #8E9D24;
}
.AnyTagClassName
{
color: #8E9D24;
}
</style>
background-color css
<style>
a { background-color: #8E9D24; }
a { background-color: rgb(142,157,36); }
div.DivClassName
{
background-color: #8E9D24;
}
.BgClassName
{
background-color: #8E9D24;
}
</style>
border-color css
<style>
span { border-color: #8E9D24; }
span { border-color: rgb(142,157,36); }
td.TdClassName
{
border-color: #8E9D24;
}
.TagClassName
{
border-color: #8E9D24;
}
</style>