Shades of Forest Green #129A14
Tints of Forest Green #129A14
RGB
CMYK
RGB Variations
Color information
#129A14 (or 0x129A14) is known color: Forest Green. HEX triplet: 12, 9A and 14. RGB value is (18,154,20). Sum of RGB (Red+Green+Blue) = 18+154+20=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 154 (60.55% from 255 or 80.21% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 154 - color contains mainly: green. Hex color #129A14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129A14 is #ED65EB. Grayscale: #626262. Windows color (decimal): -15558124 or 1350162. OLE color: 1350162.
HSL color Cylindrical-coordinate representation of color #129A14: hue angle of 120.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A14 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 154 | 20 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.40 |
| HSL | 120.88º | 0.79% | 0.34% | - |
| HSV(B) | 120.88º | 0.88% | 0.6% | - |
| XYZ | 11.93 | 23.29 | 4.53 | - |
| YUV | 98.06 | 83.94 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 20 | 0.88 | 0 | 0.87 | 0.40 | 120.88 | 0.79 | 0.34 |
| Hex | 12 | 9A | 14 | 58 | 0 | 57 | 28 | 79 | 4F | 22 |
| Octal | 22 | 232 | 24 | 130 | 0 | 127 | 50 | 171 | 117 | 42 |
| Binary | 10010 | 10011010 | 10100 | 1011000 | 0 | 1010111 | 101000 | 1111001 | 1001111 | 100010 |
Color Harmonies of #129A14
Complementary color
Monochromatic Colors of #129A14
Black with #129A14
Text Example
Text Example
White with #129A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129A14; }
p { color: rgb(18,154,20); }
H1.HeaderClassName
{
color: #129A14;
}
.AnyTagClassName
{
color: #129A14;
}
</style>
background-color css
<style>
a { background-color: #129A14; }
a { background-color: rgb(18,154,20); }
div.DivClassName
{
background-color: #129A14;
}
.BgClassName
{
background-color: #129A14;
}
</style>
border-color css
<style>
span { border-color: #129A14; }
span { border-color: rgb(18,154,20); }
td.TdClassName
{
border-color: #129A14;
}
.TagClassName
{
border-color: #129A14;
}
</style>