Shades of Forest Green #14A91F
Tints of Forest Green #14A91F
RGB
CMYK
RGB Variations
Color information
#14A91F (or 0x14A91F) is known color: Forest Green. HEX triplet: 14, A9 and 1F. RGB value is (20,169,31). Sum of RGB (Red+Green+Blue) = 20+169+31=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 169 (66.41% from 255 or 76.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 169 - color contains mainly: green. Hex color #14A91F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A91F is #EB56E0. Grayscale: #6D6D6D. Windows color (decimal): -15423201 or 2074900. OLE color: 2074900.
HSL color Cylindrical-coordinate representation of color #14A91F: hue angle of 124.43º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A91F is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 169 | 31 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.34 |
| HSL | 124.43º | 0.79% | 0.37% | - |
| HSV(B) | 124.43º | 0.88% | 0.66% | - |
| XYZ | 14.72 | 28.62 | 6.05 | - |
| YUV | 108.72 | 84.14 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 31 | 0.88 | 0 | 0.82 | 0.34 | 124.43 | 0.79 | 0.37 |
| Hex | 14 | A9 | 1F | 58 | 0 | 52 | 22 | 7C | 4F | 25 |
| Octal | 24 | 251 | 37 | 130 | 0 | 122 | 42 | 174 | 117 | 45 |
| Binary | 10100 | 10101001 | 11111 | 1011000 | 0 | 1010010 | 100010 | 1111100 | 1001111 | 100101 |
Color Harmonies of #14A91F
Complementary color
Monochromatic Colors of #14A91F
Black with #14A91F
Text Example
Text Example
White with #14A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A91F; }
p { color: rgb(20,169,31); }
H1.HeaderClassName
{
color: #14A91F;
}
.AnyTagClassName
{
color: #14A91F;
}
</style>
background-color css
<style>
a { background-color: #14A91F; }
a { background-color: rgb(20,169,31); }
div.DivClassName
{
background-color: #14A91F;
}
.BgClassName
{
background-color: #14A91F;
}
</style>
border-color css
<style>
span { border-color: #14A91F; }
span { border-color: rgb(20,169,31); }
td.TdClassName
{
border-color: #14A91F;
}
.TagClassName
{
border-color: #14A91F;
}
</style>