Shades of Citron #8E922E
Tints of Citron #8E922E
RGB
CMYK
RGB Variations
Color information
#8E922E (or 0x8E922E) is known color: Citron. HEX triplet: 8E, 92 and 2E. RGB value is (142,146,46). Sum of RGB (Red+Green+Blue) = 142+146+46=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #8E922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E922E is #716DD1. Grayscale: #858585. Windows color (decimal): -7433682 or 3052174. OLE color: 3052174.
HSL color Cylindrical-coordinate representation of color #8E922E: hue angle of 62.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E922E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 46 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.43 |
| HSL | 62.4º | 0.52% | 0.38% | - |
| HSV(B) | 62.4º | 0.68% | 0.57% | - |
| XYZ | 21.93 | 26.51 | 6.55 | - |
| YUV | 133.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 46 | 0.03 | 0 | 0.68 | 0.43 | 62.4 | 0.52 | 0.38 |
| Hex | 8E | 92 | 2E | 3 | 0 | 44 | 2B | 3E | 34 | 26 |
| Octal | 216 | 222 | 56 | 3 | 0 | 104 | 53 | 76 | 64 | 46 |
| Binary | 10001110 | 10010010 | 101110 | 11 | 0 | 1000100 | 101011 | 111110 | 110100 | 100110 |
Color Harmonies of #8E922E
Complementary color
Monochromatic Colors of #8E922E
Black with #8E922E
Text Example
Text Example
White with #8E922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E922E; }
p { color: rgb(142,146,46); }
H1.HeaderClassName
{
color: #8E922E;
}
.AnyTagClassName
{
color: #8E922E;
}
</style>
background-color css
<style>
a { background-color: #8E922E; }
a { background-color: rgb(142,146,46); }
div.DivClassName
{
background-color: #8E922E;
}
.BgClassName
{
background-color: #8E922E;
}
</style>
border-color css
<style>
span { border-color: #8E922E; }
span { border-color: rgb(142,146,46); }
td.TdClassName
{
border-color: #8E922E;
}
.TagClassName
{
border-color: #8E922E;
}
</style>