Shades of Forest Green #14AD22
Tints of Forest Green #14AD22
RGB
CMYK
RGB Variations
Color information
#14AD22 (or 0x14AD22) is known color: Forest Green. HEX triplet: 14, AD and 22. RGB value is (20,173,34). Sum of RGB (Red+Green+Blue) = 20+173+34=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 173 (67.97% from 255 or 76.21% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD22 is #EB52DD. Grayscale: #6F6F6F. Windows color (decimal): -15422174 or 2272532. OLE color: 2272532.
HSL color Cylindrical-coordinate representation of color #14AD22: hue angle of 125.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD22 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 34 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.32 |
| HSL | 125.49º | 0.79% | 0.38% | - |
| HSV(B) | 125.49º | 0.88% | 0.68% | - |
| XYZ | 15.52 | 30.15 | 6.52 | - |
| YUV | 111.41 | 84.31 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 34 | 0.88 | 0 | 0.80 | 0.32 | 125.49 | 0.79 | 0.38 |
| Hex | 14 | AD | 22 | 58 | 0 | 50 | 20 | 7D | 4F | 26 |
| Octal | 24 | 255 | 42 | 130 | 0 | 120 | 40 | 175 | 117 | 46 |
| Binary | 10100 | 10101101 | 100010 | 1011000 | 0 | 1010000 | 100000 | 1111101 | 1001111 | 100110 |
Color Harmonies of #14AD22
Complementary color
Monochromatic Colors of #14AD22
Black with #14AD22
Text Example
Text Example
White with #14AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD22; }
p { color: rgb(20,173,34); }
H1.HeaderClassName
{
color: #14AD22;
}
.AnyTagClassName
{
color: #14AD22;
}
</style>
background-color css
<style>
a { background-color: #14AD22; }
a { background-color: rgb(20,173,34); }
div.DivClassName
{
background-color: #14AD22;
}
.BgClassName
{
background-color: #14AD22;
}
</style>
border-color css
<style>
span { border-color: #14AD22; }
span { border-color: rgb(20,173,34); }
td.TdClassName
{
border-color: #14AD22;
}
.TagClassName
{
border-color: #14AD22;
}
</style>