Shades of Dark Spring Green #166F46
Tints of Dark Spring Green #166F46
RGB
CMYK
RGB Variations
Color information
#166F46 (or 0x166F46) is known color: Dark Spring Green. HEX triplet: 16, 6F and 46. RGB value is (22,111,70). Sum of RGB (Red+Green+Blue) = 22+111+70=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #166F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166F46 is #E990B9. Grayscale: #4F4F4F. Windows color (decimal): -15306938 or 4615958. OLE color: 4615958.
HSL color Cylindrical-coordinate representation of color #166F46: hue angle of 152.36º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166F46 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 70 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.56 |
| HSL | 152.36º | 0.67% | 0.26% | - |
| HSV(B) | 152.36º | 0.8% | 0.44% | - |
| XYZ | 7.12 | 11.98 | 7.73 | - |
| YUV | 79.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 70 | 0.80 | 0 | 0.37 | 0.56 | 152.36 | 0.67 | 0.26 |
| Hex | 16 | 6F | 46 | 50 | 0 | 25 | 38 | 98 | 43 | 1A |
| Octal | 26 | 157 | 106 | 120 | 0 | 45 | 70 | 230 | 103 | 32 |
| Binary | 10110 | 1101111 | 1000110 | 1010000 | 0 | 100101 | 111000 | 10011000 | 1000011 | 11010 |
Color Harmonies of #166F46
Complementary color
Monochromatic Colors of #166F46
Black with #166F46
Text Example
Text Example
White with #166F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F46; }
p { color: rgb(22,111,70); }
H1.HeaderClassName
{
color: #166F46;
}
.AnyTagClassName
{
color: #166F46;
}
</style>
background-color css
<style>
a { background-color: #166F46; }
a { background-color: rgb(22,111,70); }
div.DivClassName
{
background-color: #166F46;
}
.BgClassName
{
background-color: #166F46;
}
</style>
border-color css
<style>
span { border-color: #166F46; }
span { border-color: rgb(22,111,70); }
td.TdClassName
{
border-color: #166F46;
}
.TagClassName
{
border-color: #166F46;
}
</style>