Shades of Forest Green #21A90E
Tints of Forest Green #21A90E
RGB
CMYK
RGB Variations
Color information
#21A90E (or 0x21A90E) is known color: Forest Green. HEX triplet: 21, A9 and 0E. RGB value is (33,169,14). Sum of RGB (Red+Green+Blue) = 33+169+14=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 169 (66.41% from 255 or 78.24% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 169 - color contains mainly: green. Hex color #21A90E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A90E is #DE56F1. Grayscale: #6F6F6F. Windows color (decimal): -14571250 or 960801. OLE color: 960801.
HSL color Cylindrical-coordinate representation of color #21A90E: hue angle of 112.65º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21A90E is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 169 | 14 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.34 |
| HSL | 112.65º | 0.85% | 0.36% | - |
| HSV(B) | 112.65º | 0.92% | 0.66% | - |
| XYZ | 14.89 | 28.73 | 5.18 | - |
| YUV | 110.67 | 73.44 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 169 | 14 | 0.80 | 0 | 0.92 | 0.34 | 112.65 | 0.85 | 0.36 |
| Hex | 21 | A9 | E | 50 | 0 | 5C | 22 | 71 | 55 | 24 |
| Octal | 41 | 251 | 16 | 120 | 0 | 134 | 42 | 161 | 125 | 44 |
| Binary | 100001 | 10101001 | 1110 | 1010000 | 0 | 1011100 | 100010 | 1110001 | 1010101 | 100100 |
Color Harmonies of #21A90E
Complementary color
Monochromatic Colors of #21A90E
Black with #21A90E
Text Example
Text Example
White with #21A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A90E; }
p { color: rgb(33,169,14); }
H1.HeaderClassName
{
color: #21A90E;
}
.AnyTagClassName
{
color: #21A90E;
}
</style>
background-color css
<style>
a { background-color: #21A90E; }
a { background-color: rgb(33,169,14); }
div.DivClassName
{
background-color: #21A90E;
}
.BgClassName
{
background-color: #21A90E;
}
</style>
border-color css
<style>
span { border-color: #21A90E; }
span { border-color: rgb(33,169,14); }
td.TdClassName
{
border-color: #21A90E;
}
.TagClassName
{
border-color: #21A90E;
}
</style>