Shades of Forest Green #14901A
Tints of Forest Green #14901A
RGB
CMYK
RGB Variations
Color information
#14901A (or 0x14901A) is known color: Forest Green. HEX triplet: 14, 90 and 1A. RGB value is (20,144,26). Sum of RGB (Red+Green+Blue) = 20+144+26=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 144 (56.64% from 255 or 75.79% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 144 - color contains mainly: green. Hex color #14901A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14901A is #EB6FE5. Grayscale: #5D5D5D. Windows color (decimal): -15429606 or 1740820. OLE color: 1740820.
HSL color Cylindrical-coordinate representation of color #14901A: hue angle of 122.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14901A is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 26 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.44 |
| HSL | 122.9º | 0.76% | 0.32% | - |
| HSV(B) | 122.9º | 0.86% | 0.56% | - |
| XYZ | 10.45 | 20.17 | 4.32 | - |
| YUV | 93.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 26 | 0.86 | 0 | 0.82 | 0.44 | 122.9 | 0.76 | 0.32 |
| Hex | 14 | 90 | 1A | 56 | 0 | 52 | 2C | 7B | 4C | 20 |
| Octal | 24 | 220 | 32 | 126 | 0 | 122 | 54 | 173 | 114 | 40 |
| Binary | 10100 | 10010000 | 11010 | 1010110 | 0 | 1010010 | 101100 | 1111011 | 1001100 | 100000 |
Color Harmonies of #14901A
Complementary color
Monochromatic Colors of #14901A
Black with #14901A
Text Example
Text Example
White with #14901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14901A; }
p { color: rgb(20,144,26); }
H1.HeaderClassName
{
color: #14901A;
}
.AnyTagClassName
{
color: #14901A;
}
</style>
background-color css
<style>
a { background-color: #14901A; }
a { background-color: rgb(20,144,26); }
div.DivClassName
{
background-color: #14901A;
}
.BgClassName
{
background-color: #14901A;
}
</style>
border-color css
<style>
span { border-color: #14901A; }
span { border-color: rgb(20,144,26); }
td.TdClassName
{
border-color: #14901A;
}
.TagClassName
{
border-color: #14901A;
}
</style>