Shades of Forest Green #14AD24
Tints of Forest Green #14AD24
RGB
CMYK
RGB Variations
Color information
#14AD24 (or 0x14AD24) is known color: Forest Green. HEX triplet: 14, AD and 24. RGB value is (20,173,36). Sum of RGB (Red+Green+Blue) = 20+173+36=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD24 is #EB52DB. Grayscale: #707070. Windows color (decimal): -15422172 or 2403604. OLE color: 2403604.
HSL color Cylindrical-coordinate representation of color #14AD24: hue angle of 126.27º 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 #14AD24 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 36 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.32 |
| HSL | 126.27º | 0.79% | 0.38% | - |
| HSV(B) | 126.27º | 0.88% | 0.68% | - |
| XYZ | 15.55 | 30.16 | 6.67 | - |
| YUV | 111.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 36 | 0.88 | 0 | 0.79 | 0.32 | 126.27 | 0.79 | 0.38 |
| Hex | 14 | AD | 24 | 58 | 0 | 4F | 20 | 7E | 4F | 26 |
| Octal | 24 | 255 | 44 | 130 | 0 | 117 | 40 | 176 | 117 | 46 |
| Binary | 10100 | 10101101 | 100100 | 1011000 | 0 | 1001111 | 100000 | 1111110 | 1001111 | 100110 |
Color Harmonies of #14AD24
Complementary color
Monochromatic Colors of #14AD24
Black with #14AD24
Text Example
Text Example
White with #14AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD24; }
p { color: rgb(20,173,36); }
H1.HeaderClassName
{
color: #14AD24;
}
.AnyTagClassName
{
color: #14AD24;
}
</style>
background-color css
<style>
a { background-color: #14AD24; }
a { background-color: rgb(20,173,36); }
div.DivClassName
{
background-color: #14AD24;
}
.BgClassName
{
background-color: #14AD24;
}
</style>
border-color css
<style>
span { border-color: #14AD24; }
span { border-color: rgb(20,173,36); }
td.TdClassName
{
border-color: #14AD24;
}
.TagClassName
{
border-color: #14AD24;
}
</style>