Shades of Green #196C01
Tints of Green #196C01
RGB
CMYK
RGB Variations
Color information
#196C01 (or 0x196C01) is known color: Green. HEX triplet: 19, 6C and 01. RGB value is (25,108,1). Sum of RGB (Red+Green+Blue) = 25+108+1=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 108 (42.58% from 255 or 80.60% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 108 - color contains mainly: green. Hex color #196C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196C01 is #E693FE. Grayscale: #474747. Windows color (decimal): -15111167 or 93209. OLE color: 93209.
HSL color Cylindrical-coordinate representation of color #196C01: hue angle of 106.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #196C01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.58 |
| HSL | 106.54º | 0.98% | 0.21% | - |
| HSV(B) | 106.54º | 0.99% | 0.42% | - |
| XYZ | 5.77 | 10.93 | 1.84 | - |
| YUV | 70.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 1 | 0.77 | 0 | 0.99 | 0.58 | 106.54 | 0.98 | 0.21 |
| Hex | 19 | 6C | 1 | 4D | 0 | 63 | 3A | 6B | 62 | 15 |
| Octal | 31 | 154 | 1 | 115 | 0 | 143 | 72 | 153 | 142 | 25 |
| Binary | 11001 | 1101100 | 1 | 1001101 | 0 | 1100011 | 111010 | 1101011 | 1100010 | 10101 |
Color Harmonies of #196C01
Complementary color
Monochromatic Colors of #196C01
Black with #196C01
Text Example
Text Example
White with #196C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C01; }
p { color: rgb(25,108,1); }
H1.HeaderClassName
{
color: #196C01;
}
.AnyTagClassName
{
color: #196C01;
}
</style>
background-color css
<style>
a { background-color: #196C01; }
a { background-color: rgb(25,108,1); }
div.DivClassName
{
background-color: #196C01;
}
.BgClassName
{
background-color: #196C01;
}
</style>
border-color css
<style>
span { border-color: #196C01; }
span { border-color: rgb(25,108,1); }
td.TdClassName
{
border-color: #196C01;
}
.TagClassName
{
border-color: #196C01;
}
</style>