Shades of Forest Green #118E12
Tints of Forest Green #118E12
RGB
CMYK
RGB Variations
Color information
#118E12 (or 0x118E12) is known color: Forest Green. HEX triplet: 11, 8E and 12. RGB value is (17,142,18). Sum of RGB (Red+Green+Blue) = 17+142+18=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 142 (55.86% from 255 or 80.23% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 142 - color contains mainly: green. Hex color #118E12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118E12 is #EE71ED. Grayscale: #5A5A5A. Windows color (decimal): -15626734 or 1216017. OLE color: 1216017.
HSL color Cylindrical-coordinate representation of color #118E12: hue angle of 120.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E12 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 18 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.44 |
| HSL | 120.48º | 0.79% | 0.31% | - |
| HSV(B) | 120.48º | 0.88% | 0.56% | - |
| XYZ | 10.01 | 19.51 | 3.81 | - |
| YUV | 90.49 | 87.09 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 18 | 0.88 | 0 | 0.87 | 0.44 | 120.48 | 0.79 | 0.31 |
| Hex | 11 | 8E | 12 | 58 | 0 | 57 | 2C | 78 | 4F | 1F |
| Octal | 21 | 216 | 22 | 130 | 0 | 127 | 54 | 170 | 117 | 37 |
| Binary | 10001 | 10001110 | 10010 | 1011000 | 0 | 1010111 | 101100 | 1111000 | 1001111 | 11111 |
Color Harmonies of #118E12
Complementary color
Monochromatic Colors of #118E12
Black with #118E12
Text Example
Text Example
White with #118E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E12; }
p { color: rgb(17,142,18); }
H1.HeaderClassName
{
color: #118E12;
}
.AnyTagClassName
{
color: #118E12;
}
</style>
background-color css
<style>
a { background-color: #118E12; }
a { background-color: rgb(17,142,18); }
div.DivClassName
{
background-color: #118E12;
}
.BgClassName
{
background-color: #118E12;
}
</style>
border-color css
<style>
span { border-color: #118E12; }
span { border-color: rgb(17,142,18); }
td.TdClassName
{
border-color: #118E12;
}
.TagClassName
{
border-color: #118E12;
}
</style>