Shades of Forest Green #149F18
Tints of Forest Green #149F18
RGB
CMYK
RGB Variations
Color information
#149F18 (or 0x149F18) is known color: Forest Green. HEX triplet: 14, 9F and 18. RGB value is (20,159,24). Sum of RGB (Red+Green+Blue) = 20+159+24=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 159 (62.5% from 255 or 78.33% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 159 - color contains mainly: green. Hex color #149F18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149F18 is #EB60E7. Grayscale: #666666. Windows color (decimal): -15425768 or 1613588. OLE color: 1613588.
HSL color Cylindrical-coordinate representation of color #149F18: hue angle of 121.73º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149F18 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 159 | 24 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.38 |
| HSL | 121.73º | 0.78% | 0.35% | - |
| HSV(B) | 121.73º | 0.87% | 0.62% | - |
| XYZ | 12.85 | 25.01 | 5.01 | - |
| YUV | 102.05 | 83.95 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 24 | 0.87 | 0 | 0.85 | 0.38 | 121.73 | 0.78 | 0.35 |
| Hex | 14 | 9F | 18 | 57 | 0 | 55 | 26 | 7A | 4E | 23 |
| Octal | 24 | 237 | 30 | 127 | 0 | 125 | 46 | 172 | 116 | 43 |
| Binary | 10100 | 10011111 | 11000 | 1010111 | 0 | 1010101 | 100110 | 1111010 | 1001110 | 100011 |
Color Harmonies of #149F18
Complementary color
Monochromatic Colors of #149F18
Black with #149F18
Text Example
Text Example
White with #149F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149F18; }
p { color: rgb(20,159,24); }
H1.HeaderClassName
{
color: #149F18;
}
.AnyTagClassName
{
color: #149F18;
}
</style>
background-color css
<style>
a { background-color: #149F18; }
a { background-color: rgb(20,159,24); }
div.DivClassName
{
background-color: #149F18;
}
.BgClassName
{
background-color: #149F18;
}
</style>
border-color css
<style>
span { border-color: #149F18; }
span { border-color: rgb(20,159,24); }
td.TdClassName
{
border-color: #149F18;
}
.TagClassName
{
border-color: #149F18;
}
</style>