Shades of Dark Spring Green #116E3F
Tints of Dark Spring Green #116E3F
RGB
CMYK
RGB Variations
Color information
#116E3F (or 0x116E3F) is known color: Dark Spring Green. HEX triplet: 11, 6E and 3F. RGB value is (17,110,63). Sum of RGB (Red+Green+Blue) = 17+110+63=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #116E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E3F is #EE91C0. Grayscale: #4C4C4C. Windows color (decimal): -15634881 or 4156945. OLE color: 4156945.
HSL color Cylindrical-coordinate representation of color #116E3F: hue angle of 149.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E3F is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 63 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.57 |
| HSL | 149.68º | 0.73% | 0.25% | - |
| HSV(B) | 149.68º | 0.85% | 0.43% | - |
| XYZ | 6.7 | 11.63 | 6.59 | - |
| YUV | 76.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 63 | 0.85 | 0 | 0.43 | 0.57 | 149.68 | 0.73 | 0.25 |
| Hex | 11 | 6E | 3F | 55 | 0 | 2B | 39 | 96 | 49 | 19 |
| Octal | 21 | 156 | 77 | 125 | 0 | 53 | 71 | 226 | 111 | 31 |
| Binary | 10001 | 1101110 | 111111 | 1010101 | 0 | 101011 | 111001 | 10010110 | 1001001 | 11001 |
Color Harmonies of #116E3F
Complementary color
Monochromatic Colors of #116E3F
Black with #116E3F
Text Example
Text Example
White with #116E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E3F; }
p { color: rgb(17,110,63); }
H1.HeaderClassName
{
color: #116E3F;
}
.AnyTagClassName
{
color: #116E3F;
}
</style>
background-color css
<style>
a { background-color: #116E3F; }
a { background-color: rgb(17,110,63); }
div.DivClassName
{
background-color: #116E3F;
}
.BgClassName
{
background-color: #116E3F;
}
</style>
border-color css
<style>
span { border-color: #116E3F; }
span { border-color: rgb(17,110,63); }
td.TdClassName
{
border-color: #116E3F;
}
.TagClassName
{
border-color: #116E3F;
}
</style>