Shades of Citron #8E9812
Tints of Citron #8E9812
RGB
CMYK
RGB Variations
Color information
#8E9812 (or 0x8E9812) is known color: Citron. HEX triplet: 8E, 98 and 12. RGB value is (142,152,18). Sum of RGB (Red+Green+Blue) = 142+152+18=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9812 is #7167ED. Grayscale: #868686. Windows color (decimal): -7432174 or 1218702. OLE color: 1218702.
HSL color Cylindrical-coordinate representation of color #8E9812: hue angle of 64.48º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E9812 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 152 | 18 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.40 |
| HSL | 64.48º | 0.79% | 0.33% | - |
| HSV(B) | 64.48º | 0.88% | 0.6% | - |
| XYZ | 22.49 | 28.25 | 4.84 | - |
| YUV | 133.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 18 | 0.07 | 0 | 0.88 | 0.40 | 64.48 | 0.79 | 0.33 |
| Hex | 8E | 98 | 12 | 7 | 0 | 58 | 28 | 40 | 4F | 21 |
| Octal | 216 | 230 | 22 | 7 | 0 | 130 | 50 | 100 | 117 | 41 |
| Binary | 10001110 | 10011000 | 10010 | 111 | 0 | 1011000 | 101000 | 1000000 | 1001111 | 100001 |
Color Harmonies of #8E9812
Complementary color
Monochromatic Colors of #8E9812
Black with #8E9812
Text Example
Text Example
White with #8E9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9812; }
p { color: rgb(142,152,18); }
H1.HeaderClassName
{
color: #8E9812;
}
.AnyTagClassName
{
color: #8E9812;
}
</style>
background-color css
<style>
a { background-color: #8E9812; }
a { background-color: rgb(142,152,18); }
div.DivClassName
{
background-color: #8E9812;
}
.BgClassName
{
background-color: #8E9812;
}
</style>
border-color css
<style>
span { border-color: #8E9812; }
span { border-color: rgb(142,152,18); }
td.TdClassName
{
border-color: #8E9812;
}
.TagClassName
{
border-color: #8E9812;
}
</style>