Shades of Dark Spring Green #166E49
Tints of Dark Spring Green #166E49
RGB
CMYK
RGB Variations
Color information
#166E49 (or 0x166E49) is known color: Dark Spring Green. HEX triplet: 16, 6E and 49. RGB value is (22,110,73). Sum of RGB (Red+Green+Blue) = 22+110+73=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #166E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E49 is #E991B6. Grayscale: #4F4F4F. Windows color (decimal): -15307191 or 4812310. OLE color: 4812310.
HSL color Cylindrical-coordinate representation of color #166E49: hue angle of 154.77º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E49 is Cyan = 0.8, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 73 | - |
| CMYK | 0.8 | 0 | 0.34 | 0.57 |
| HSL | 154.77º | 0.67% | 0.26% | - |
| HSV(B) | 154.77º | 0.8% | 0.43% | - |
| XYZ | 7.11 | 11.8 | 8.21 | - |
| YUV | 79.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 73 | 0.8 | 0 | 0.34 | 0.57 | 154.77 | 0.67 | 0.26 |
| Hex | 16 | 6E | 49 | 50 | 0 | 22 | 39 | 9B | 43 | 1A |
| Octal | 26 | 156 | 111 | 120 | 0 | 42 | 71 | 233 | 103 | 32 |
| Binary | 10110 | 1101110 | 1001001 | 1010000 | 0 | 100010 | 111001 | 10011011 | 1000011 | 11010 |
Color Harmonies of #166E49
Complementary color
Monochromatic Colors of #166E49
Black with #166E49
Text Example
Text Example
White with #166E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E49; }
p { color: rgb(22,110,73); }
H1.HeaderClassName
{
color: #166E49;
}
.AnyTagClassName
{
color: #166E49;
}
</style>
background-color css
<style>
a { background-color: #166E49; }
a { background-color: rgb(22,110,73); }
div.DivClassName
{
background-color: #166E49;
}
.BgClassName
{
background-color: #166E49;
}
</style>
border-color css
<style>
span { border-color: #166E49; }
span { border-color: rgb(22,110,73); }
td.TdClassName
{
border-color: #166E49;
}
.TagClassName
{
border-color: #166E49;
}
</style>