Shades of Forest Green #149D18
Tints of Forest Green #149D18
RGB
CMYK
RGB Variations
Color information
#149D18 (or 0x149D18) is known color: Forest Green. HEX triplet: 14, 9D and 18. RGB value is (20,157,24). Sum of RGB (Red+Green+Blue) = 20+157+24=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 157 (61.72% from 255 or 78.11% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 157 - color contains mainly: green. Hex color #149D18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149D18 is #EB62E7. Grayscale: #656565. Windows color (decimal): -15426280 or 1613076. OLE color: 1613076.
HSL color Cylindrical-coordinate representation of color #149D18: hue angle of 121.75º degrees, saturation: 0.77, 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 #149D18 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 24 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.38 |
| HSL | 121.75º | 0.77% | 0.35% | - |
| HSV(B) | 121.75º | 0.87% | 0.62% | - |
| XYZ | 12.51 | 24.33 | 4.9 | - |
| YUV | 100.88 | 84.61 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 24 | 0.87 | 0 | 0.85 | 0.38 | 121.75 | 0.77 | 0.35 |
| Hex | 14 | 9D | 18 | 57 | 0 | 55 | 26 | 7A | 4D | 23 |
| Octal | 24 | 235 | 30 | 127 | 0 | 125 | 46 | 172 | 115 | 43 |
| Binary | 10100 | 10011101 | 11000 | 1010111 | 0 | 1010101 | 100110 | 1111010 | 1001101 | 100011 |
Color Harmonies of #149D18
Complementary color
Monochromatic Colors of #149D18
Black with #149D18
Text Example
Text Example
White with #149D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D18; }
p { color: rgb(20,157,24); }
H1.HeaderClassName
{
color: #149D18;
}
.AnyTagClassName
{
color: #149D18;
}
</style>
background-color css
<style>
a { background-color: #149D18; }
a { background-color: rgb(20,157,24); }
div.DivClassName
{
background-color: #149D18;
}
.BgClassName
{
background-color: #149D18;
}
</style>
border-color css
<style>
span { border-color: #149D18; }
span { border-color: rgb(20,157,24); }
td.TdClassName
{
border-color: #149D18;
}
.TagClassName
{
border-color: #149D18;
}
</style>