Shades of Forest Green #129F16
Tints of Forest Green #129F16
RGB
CMYK
RGB Variations
Color information
#129F16 (or 0x129F16) is known color: Forest Green. HEX triplet: 12, 9F and 16. RGB value is (18,159,22). Sum of RGB (Red+Green+Blue) = 18+159+22=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 159 (62.5% from 255 or 79.90% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 159 - color contains mainly: green. Hex color #129F16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F16 is #ED60E9. Grayscale: #656565. Windows color (decimal): -15556842 or 1482514. OLE color: 1482514.
HSL color Cylindrical-coordinate representation of color #129F16: hue angle of 121.7º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F16 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 22 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.38 |
| HSL | 121.7º | 0.8% | 0.35% | - |
| HSV(B) | 121.7º | 0.89% | 0.62% | - |
| XYZ | 12.79 | 24.98 | 4.91 | - |
| YUV | 101.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 22 | 0.89 | 0 | 0.86 | 0.38 | 121.7 | 0.8 | 0.35 |
| Hex | 12 | 9F | 16 | 59 | 0 | 56 | 26 | 7A | 50 | 23 |
| Octal | 22 | 237 | 26 | 131 | 0 | 126 | 46 | 172 | 120 | 43 |
| Binary | 10010 | 10011111 | 10110 | 1011001 | 0 | 1010110 | 100110 | 1111010 | 1010000 | 100011 |
Color Harmonies of #129F16
Complementary color
Monochromatic Colors of #129F16
Black with #129F16
Text Example
Text Example
White with #129F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F16; }
p { color: rgb(18,159,22); }
H1.HeaderClassName
{
color: #129F16;
}
.AnyTagClassName
{
color: #129F16;
}
</style>
background-color css
<style>
a { background-color: #129F16; }
a { background-color: rgb(18,159,22); }
div.DivClassName
{
background-color: #129F16;
}
.BgClassName
{
background-color: #129F16;
}
</style>
border-color css
<style>
span { border-color: #129F16; }
span { border-color: rgb(18,159,22); }
td.TdClassName
{
border-color: #129F16;
}
.TagClassName
{
border-color: #129F16;
}
</style>