Shades of Forest Green #149612
Tints of Forest Green #149612
RGB
CMYK
RGB Variations
Color information
#149612 (or 0x149612) is known color: Forest Green. HEX triplet: 14, 96 and 12. RGB value is (20,150,18). Sum of RGB (Red+Green+Blue) = 20+150+18=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 150 (58.98% from 255 or 79.79% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 150 - color contains mainly: green. Hex color #149612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149612 is #EB69ED. Grayscale: #606060. Windows color (decimal): -15428078 or 1218068. OLE color: 1218068.
HSL color Cylindrical-coordinate representation of color #149612: hue angle of 119.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149612 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 18 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.41 |
| HSL | 119.09º | 0.79% | 0.33% | - |
| HSV(B) | 119.09º | 0.88% | 0.59% | - |
| XYZ | 11.3 | 22.01 | 4.22 | - |
| YUV | 96.08 | 83.93 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 18 | 0.87 | 0 | 0.88 | 0.41 | 119.09 | 0.79 | 0.33 |
| Hex | 14 | 96 | 12 | 57 | 0 | 58 | 29 | 77 | 4F | 21 |
| Octal | 24 | 226 | 22 | 127 | 0 | 130 | 51 | 167 | 117 | 41 |
| Binary | 10100 | 10010110 | 10010 | 1010111 | 0 | 1011000 | 101001 | 1110111 | 1001111 | 100001 |
Color Harmonies of #149612
Complementary color
Monochromatic Colors of #149612
Black with #149612
Text Example
Text Example
White with #149612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149612; }
p { color: rgb(20,150,18); }
H1.HeaderClassName
{
color: #149612;
}
.AnyTagClassName
{
color: #149612;
}
</style>
background-color css
<style>
a { background-color: #149612; }
a { background-color: rgb(20,150,18); }
div.DivClassName
{
background-color: #149612;
}
.BgClassName
{
background-color: #149612;
}
</style>
border-color css
<style>
span { border-color: #149612; }
span { border-color: rgb(20,150,18); }
td.TdClassName
{
border-color: #149612;
}
.TagClassName
{
border-color: #149612;
}
</style>