Shades of Forest Green #149C17
Tints of Forest Green #149C17
RGB
CMYK
RGB Variations
Color information
#149C17 (or 0x149C17) is known color: Forest Green. HEX triplet: 14, 9C and 17. RGB value is (20,156,23). Sum of RGB (Red+Green+Blue) = 20+156+23=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 156 (61.33% from 255 or 78.39% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 156 - color contains mainly: green. Hex color #149C17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149C17 is #EB63E8. Grayscale: #646464. Windows color (decimal): -15426537 or 1547284. OLE color: 1547284.
HSL color Cylindrical-coordinate representation of color #149C17: hue angle of 121.32º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C17 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 23 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.39 |
| HSL | 121.32º | 0.77% | 0.35% | - |
| HSV(B) | 121.32º | 0.87% | 0.61% | - |
| XYZ | 12.33 | 23.99 | 4.79 | - |
| YUV | 100.17 | 84.44 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 23 | 0.87 | 0 | 0.85 | 0.39 | 121.32 | 0.77 | 0.35 |
| Hex | 14 | 9C | 17 | 57 | 0 | 55 | 27 | 79 | 4D | 23 |
| Octal | 24 | 234 | 27 | 127 | 0 | 125 | 47 | 171 | 115 | 43 |
| Binary | 10100 | 10011100 | 10111 | 1010111 | 0 | 1010101 | 100111 | 1111001 | 1001101 | 100011 |
Color Harmonies of #149C17
Complementary color
Monochromatic Colors of #149C17
Black with #149C17
Text Example
Text Example
White with #149C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C17; }
p { color: rgb(20,156,23); }
H1.HeaderClassName
{
color: #149C17;
}
.AnyTagClassName
{
color: #149C17;
}
</style>
background-color css
<style>
a { background-color: #149C17; }
a { background-color: rgb(20,156,23); }
div.DivClassName
{
background-color: #149C17;
}
.BgClassName
{
background-color: #149C17;
}
</style>
border-color css
<style>
span { border-color: #149C17; }
span { border-color: rgb(20,156,23); }
td.TdClassName
{
border-color: #149C17;
}
.TagClassName
{
border-color: #149C17;
}
</style>