Shades of Citron #8E9021
Tints of Citron #8E9021
RGB
CMYK
RGB Variations
Color information
#8E9021 (or 0x8E9021) is known color: Citron. HEX triplet: 8E, 90 and 21. RGB value is (142,144,33). Sum of RGB (Red+Green+Blue) = 142+144+33=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9021 is #716FDE. Grayscale: #838383. Windows color (decimal): -7434207 or 2199694. OLE color: 2199694.
HSL color Cylindrical-coordinate representation of color #8E9021: hue angle of 61.08º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E9021 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 33 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.44 |
| HSL | 61.08º | 0.63% | 0.35% | - |
| HSV(B) | 61.08º | 0.77% | 0.56% | - |
| XYZ | 21.4 | 25.81 | 5.29 | - |
| YUV | 130.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 33 | 0.01 | 0 | 0.77 | 0.44 | 61.08 | 0.63 | 0.35 |
| Hex | 8E | 90 | 21 | 1 | 0 | 4D | 2C | 3D | 3F | 23 |
| Octal | 216 | 220 | 41 | 1 | 0 | 115 | 54 | 75 | 77 | 43 |
| Binary | 10001110 | 10010000 | 100001 | 1 | 0 | 1001101 | 101100 | 111101 | 111111 | 100011 |
Color Harmonies of #8E9021
Complementary color
Monochromatic Colors of #8E9021
Black with #8E9021
Text Example
Text Example
White with #8E9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9021; }
p { color: rgb(142,144,33); }
H1.HeaderClassName
{
color: #8E9021;
}
.AnyTagClassName
{
color: #8E9021;
}
</style>
background-color css
<style>
a { background-color: #8E9021; }
a { background-color: rgb(142,144,33); }
div.DivClassName
{
background-color: #8E9021;
}
.BgClassName
{
background-color: #8E9021;
}
</style>
border-color css
<style>
span { border-color: #8E9021; }
span { border-color: rgb(142,144,33); }
td.TdClassName
{
border-color: #8E9021;
}
.TagClassName
{
border-color: #8E9021;
}
</style>