Shades of Forest Green #149614
Tints of Forest Green #149614
RGB
CMYK
RGB Variations
Color information
#149614 (or 0x149614) is known color: Forest Green. HEX triplet: 14, 96 and 14. RGB value is (20,150,20). Sum of RGB (Red+Green+Blue) = 20+150+20=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 150 (58.98% from 255 or 78.95% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 150 - color contains mainly: green. Hex color #149614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149614 is #EB69EB. Grayscale: #606060. Windows color (decimal): -15428076 or 1349140. OLE color: 1349140.
HSL color Cylindrical-coordinate representation of color #149614: hue angle of 120º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149614 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 20 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.41 |
| HSL | 120º | 0.76% | 0.33% | - |
| HSV(B) | 120º | 0.87% | 0.59% | - |
| XYZ | 11.32 | 22.01 | 4.31 | - |
| YUV | 96.31 | 84.93 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 20 | 0.87 | 0 | 0.87 | 0.41 | 120 | 0.76 | 0.33 |
| Hex | 14 | 96 | 14 | 57 | 0 | 57 | 29 | 78 | 4C | 21 |
| Octal | 24 | 226 | 24 | 127 | 0 | 127 | 51 | 170 | 114 | 41 |
| Binary | 10100 | 10010110 | 10100 | 1010111 | 0 | 1010111 | 101001 | 1111000 | 1001100 | 100001 |
Color Harmonies of #149614
Complementary color
Monochromatic Colors of #149614
Black with #149614
Text Example
Text Example
White with #149614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149614; }
p { color: rgb(20,150,20); }
H1.HeaderClassName
{
color: #149614;
}
.AnyTagClassName
{
color: #149614;
}
</style>
background-color css
<style>
a { background-color: #149614; }
a { background-color: rgb(20,150,20); }
div.DivClassName
{
background-color: #149614;
}
.BgClassName
{
background-color: #149614;
}
</style>
border-color css
<style>
span { border-color: #149614; }
span { border-color: rgb(20,150,20); }
td.TdClassName
{
border-color: #149614;
}
.TagClassName
{
border-color: #149614;
}
</style>