Shades of Forest Green #129E16
Tints of Forest Green #129E16
RGB
CMYK
RGB Variations
Color information
#129E16 (or 0x129E16) is known color: Forest Green. HEX triplet: 12, 9E and 16. RGB value is (18,158,22). Sum of RGB (Red+Green+Blue) = 18+158+22=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 158 (62.11% from 255 or 79.80% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 158 - color contains mainly: green. Hex color #129E16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129E16 is #ED61E9. Grayscale: #656565. Windows color (decimal): -15557098 or 1482258. OLE color: 1482258.
HSL color Cylindrical-coordinate representation of color #129E16: hue angle of 121.71º 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 #129E16 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 22 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.38 |
| HSL | 121.71º | 0.8% | 0.35% | - |
| HSV(B) | 121.71º | 0.89% | 0.62% | - |
| XYZ | 12.62 | 24.64 | 4.85 | - |
| YUV | 100.64 | 83.62 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 22 | 0.89 | 0 | 0.86 | 0.38 | 121.71 | 0.8 | 0.35 |
| Hex | 12 | 9E | 16 | 59 | 0 | 56 | 26 | 7A | 50 | 23 |
| Octal | 22 | 236 | 26 | 131 | 0 | 126 | 46 | 172 | 120 | 43 |
| Binary | 10010 | 10011110 | 10110 | 1011001 | 0 | 1010110 | 100110 | 1111010 | 1010000 | 100011 |
Color Harmonies of #129E16
Complementary color
Monochromatic Colors of #129E16
Black with #129E16
Text Example
Text Example
White with #129E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E16; }
p { color: rgb(18,158,22); }
H1.HeaderClassName
{
color: #129E16;
}
.AnyTagClassName
{
color: #129E16;
}
</style>
background-color css
<style>
a { background-color: #129E16; }
a { background-color: rgb(18,158,22); }
div.DivClassName
{
background-color: #129E16;
}
.BgClassName
{
background-color: #129E16;
}
</style>
border-color css
<style>
span { border-color: #129E16; }
span { border-color: rgb(18,158,22); }
td.TdClassName
{
border-color: #129E16;
}
.TagClassName
{
border-color: #129E16;
}
</style>