Shades of Citron #8E952E
Tints of Citron #8E952E
RGB
CMYK
RGB Variations
Color information
#8E952E (or 0x8E952E) is known color: Citron. HEX triplet: 8E, 95 and 2E. RGB value is (142,149,46). Sum of RGB (Red+Green+Blue) = 142+149+46=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #8E952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E952E is #716AD1. Grayscale: #878787. Windows color (decimal): -7432914 or 3052942. OLE color: 3052942.
HSL color Cylindrical-coordinate representation of color #8E952E: hue angle of 64.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E952E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 46 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.42 |
| HSL | 64.08º | 0.53% | 0.38% | - |
| HSV(B) | 64.08º | 0.69% | 0.58% | - |
| XYZ | 22.4 | 27.44 | 6.7 | - |
| YUV | 135.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 46 | 0.05 | 0 | 0.69 | 0.42 | 64.08 | 0.53 | 0.38 |
| Hex | 8E | 95 | 2E | 5 | 0 | 45 | 2A | 40 | 35 | 26 |
| Octal | 216 | 225 | 56 | 5 | 0 | 105 | 52 | 100 | 65 | 46 |
| Binary | 10001110 | 10010101 | 101110 | 101 | 0 | 1000101 | 101010 | 1000000 | 110101 | 100110 |
Color Harmonies of #8E952E
Complementary color
Monochromatic Colors of #8E952E
Black with #8E952E
Text Example
Text Example
White with #8E952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E952E; }
p { color: rgb(142,149,46); }
H1.HeaderClassName
{
color: #8E952E;
}
.AnyTagClassName
{
color: #8E952E;
}
</style>
background-color css
<style>
a { background-color: #8E952E; }
a { background-color: rgb(142,149,46); }
div.DivClassName
{
background-color: #8E952E;
}
.BgClassName
{
background-color: #8E952E;
}
</style>
border-color css
<style>
span { border-color: #8E952E; }
span { border-color: rgb(142,149,46); }
td.TdClassName
{
border-color: #8E952E;
}
.TagClassName
{
border-color: #8E952E;
}
</style>