Shades of Dark Spring Green #196C46
Tints of Dark Spring Green #196C46
RGB
CMYK
RGB Variations
Color information
#196C46 (or 0x196C46) is known color: Dark Spring Green. HEX triplet: 19, 6C and 46. RGB value is (25,108,70). Sum of RGB (Red+Green+Blue) = 25+108+70=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #196C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C46 is #E693B9. Grayscale: #4E4E4E. Windows color (decimal): -15111098 or 4615193. OLE color: 4615193.
HSL color Cylindrical-coordinate representation of color #196C46: hue angle of 152.53º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C46 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 70 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.58 |
| HSL | 152.53º | 0.62% | 0.26% | - |
| HSV(B) | 152.53º | 0.77% | 0.42% | - |
| XYZ | 6.87 | 11.37 | 7.63 | - |
| YUV | 78.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 70 | 0.77 | 0 | 0.35 | 0.58 | 152.53 | 0.62 | 0.26 |
| Hex | 19 | 6C | 46 | 4D | 0 | 23 | 3A | 99 | 3E | 1A |
| Octal | 31 | 154 | 106 | 115 | 0 | 43 | 72 | 231 | 76 | 32 |
| Binary | 11001 | 1101100 | 1000110 | 1001101 | 0 | 100011 | 111010 | 10011001 | 111110 | 11010 |
Color Harmonies of #196C46
Complementary color
Monochromatic Colors of #196C46
Black with #196C46
Text Example
Text Example
White with #196C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C46; }
p { color: rgb(25,108,70); }
H1.HeaderClassName
{
color: #196C46;
}
.AnyTagClassName
{
color: #196C46;
}
</style>
background-color css
<style>
a { background-color: #196C46; }
a { background-color: rgb(25,108,70); }
div.DivClassName
{
background-color: #196C46;
}
.BgClassName
{
background-color: #196C46;
}
</style>
border-color css
<style>
span { border-color: #196C46; }
span { border-color: rgb(25,108,70); }
td.TdClassName
{
border-color: #196C46;
}
.TagClassName
{
border-color: #196C46;
}
</style>