Shades of Forest Green #14A021
Tints of Forest Green #14A021
RGB
CMYK
RGB Variations
Color information
#14A021 (or 0x14A021) is known color: Forest Green. HEX triplet: 14, A0 and 21. RGB value is (20,160,33). Sum of RGB (Red+Green+Blue) = 20+160+33=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #14A021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A021 is #EB5FDE. Grayscale: #686868. Windows color (decimal): -15425503 or 2203668. OLE color: 2203668.
HSL color Cylindrical-coordinate representation of color #14A021: hue angle of 125.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A021 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 160 | 33 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.37 |
| HSL | 125.57º | 0.78% | 0.35% | - |
| HSV(B) | 125.57º | 0.88% | 0.63% | - |
| XYZ | 13.13 | 25.4 | 5.65 | - |
| YUV | 103.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 33 | 0.88 | 0 | 0.79 | 0.37 | 125.57 | 0.78 | 0.35 |
| Hex | 14 | A0 | 21 | 58 | 0 | 4F | 25 | 7E | 4E | 23 |
| Octal | 24 | 240 | 41 | 130 | 0 | 117 | 45 | 176 | 116 | 43 |
| Binary | 10100 | 10100000 | 100001 | 1011000 | 0 | 1001111 | 100101 | 1111110 | 1001110 | 100011 |
Color Harmonies of #14A021
Complementary color
Monochromatic Colors of #14A021
Black with #14A021
Text Example
Text Example
White with #14A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A021; }
p { color: rgb(20,160,33); }
H1.HeaderClassName
{
color: #14A021;
}
.AnyTagClassName
{
color: #14A021;
}
</style>
background-color css
<style>
a { background-color: #14A021; }
a { background-color: rgb(20,160,33); }
div.DivClassName
{
background-color: #14A021;
}
.BgClassName
{
background-color: #14A021;
}
</style>
border-color css
<style>
span { border-color: #14A021; }
span { border-color: rgb(20,160,33); }
td.TdClassName
{
border-color: #14A021;
}
.TagClassName
{
border-color: #14A021;
}
</style>