Shades of Forest Green #118F10
Tints of Forest Green #118F10
RGB
CMYK
RGB Variations
Color information
#118F10 (or 0x118F10) is known color: Forest Green. HEX triplet: 11, 8F and 10. RGB value is (17,143,16). Sum of RGB (Red+Green+Blue) = 17+143+16=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 143 (56.25% from 255 or 81.25% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 143 - color contains mainly: green. Hex color #118F10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118F10 is #EE70EF. Grayscale: #5B5B5B. Windows color (decimal): -15626480 or 1085201. OLE color: 1085201.
HSL color Cylindrical-coordinate representation of color #118F10: hue angle of 119.53º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118F10 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 16 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.44 |
| HSL | 119.53º | 0.8% | 0.31% | - |
| HSV(B) | 119.53º | 0.89% | 0.56% | - |
| XYZ | 10.15 | 19.8 | 3.78 | - |
| YUV | 90.85 | 85.76 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 16 | 0.88 | 0 | 0.89 | 0.44 | 119.53 | 0.8 | 0.31 |
| Hex | 11 | 8F | 10 | 58 | 0 | 59 | 2C | 78 | 50 | 1F |
| Octal | 21 | 217 | 20 | 130 | 0 | 131 | 54 | 170 | 120 | 37 |
| Binary | 10001 | 10001111 | 10000 | 1011000 | 0 | 1011001 | 101100 | 1111000 | 1010000 | 11111 |
Color Harmonies of #118F10
Complementary color
Monochromatic Colors of #118F10
Black with #118F10
Text Example
Text Example
White with #118F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F10; }
p { color: rgb(17,143,16); }
H1.HeaderClassName
{
color: #118F10;
}
.AnyTagClassName
{
color: #118F10;
}
</style>
background-color css
<style>
a { background-color: #118F10; }
a { background-color: rgb(17,143,16); }
div.DivClassName
{
background-color: #118F10;
}
.BgClassName
{
background-color: #118F10;
}
</style>
border-color css
<style>
span { border-color: #118F10; }
span { border-color: rgb(17,143,16); }
td.TdClassName
{
border-color: #118F10;
}
.TagClassName
{
border-color: #118F10;
}
</style>