Shades of Forest Green #14AB1B
Tints of Forest Green #14AB1B
RGB
CMYK
RGB Variations
Color information
#14AB1B (or 0x14AB1B) is known color: Forest Green. HEX triplet: 14, AB and 1B. RGB value is (20,171,27). Sum of RGB (Red+Green+Blue) = 20+171+27=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB1B is #EB54E4. Grayscale: #6D6D6D. Windows color (decimal): -15422693 or 1813268. OLE color: 1813268.
HSL color Cylindrical-coordinate representation of color #14AB1B: hue angle of 122.78º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB1B is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 27 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.33 |
| HSL | 122.78º | 0.79% | 0.37% | - |
| HSV(B) | 122.78º | 0.88% | 0.67% | - |
| XYZ | 15.05 | 29.35 | 5.91 | - |
| YUV | 109.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 27 | 0.88 | 0 | 0.84 | 0.33 | 122.78 | 0.79 | 0.37 |
| Hex | 14 | AB | 1B | 58 | 0 | 54 | 21 | 7B | 4F | 25 |
| Octal | 24 | 253 | 33 | 130 | 0 | 124 | 41 | 173 | 117 | 45 |
| Binary | 10100 | 10101011 | 11011 | 1011000 | 0 | 1010100 | 100001 | 1111011 | 1001111 | 100101 |
Color Harmonies of #14AB1B
Complementary color
Monochromatic Colors of #14AB1B
Black with #14AB1B
Text Example
Text Example
White with #14AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB1B; }
p { color: rgb(20,171,27); }
H1.HeaderClassName
{
color: #14AB1B;
}
.AnyTagClassName
{
color: #14AB1B;
}
</style>
background-color css
<style>
a { background-color: #14AB1B; }
a { background-color: rgb(20,171,27); }
div.DivClassName
{
background-color: #14AB1B;
}
.BgClassName
{
background-color: #14AB1B;
}
</style>
border-color css
<style>
span { border-color: #14AB1B; }
span { border-color: rgb(20,171,27); }
td.TdClassName
{
border-color: #14AB1B;
}
.TagClassName
{
border-color: #14AB1B;
}
</style>