Shades of Green #196E01
Tints of Green #196E01
RGB
CMYK
RGB Variations
Color information
#196E01 (or 0x196E01) is known color: Green. HEX triplet: 19, 6E and 01. RGB value is (25,110,1). Sum of RGB (Red+Green+Blue) = 25+110+1=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 110 (43.36% from 255 or 80.88% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 110 - color contains mainly: green. Hex color #196E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196E01 is #E691FE. Grayscale: #484848. Windows color (decimal): -15110655 or 93721. OLE color: 93721.
HSL color Cylindrical-coordinate representation of color #196E01: hue angle of 106.79º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #196E01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 110 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.57 |
| HSL | 106.79º | 0.98% | 0.22% | - |
| HSV(B) | 106.79º | 0.99% | 0.43% | - |
| XYZ | 5.98 | 11.36 | 1.91 | - |
| YUV | 72.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 1 | 0.77 | 0 | 0.99 | 0.57 | 106.79 | 0.98 | 0.22 |
| Hex | 19 | 6E | 1 | 4D | 0 | 63 | 39 | 6B | 62 | 16 |
| Octal | 31 | 156 | 1 | 115 | 0 | 143 | 71 | 153 | 142 | 26 |
| Binary | 11001 | 1101110 | 1 | 1001101 | 0 | 1100011 | 111001 | 1101011 | 1100010 | 10110 |
Color Harmonies of #196E01
Complementary color
Monochromatic Colors of #196E01
Black with #196E01
Text Example
Text Example
White with #196E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E01; }
p { color: rgb(25,110,1); }
H1.HeaderClassName
{
color: #196E01;
}
.AnyTagClassName
{
color: #196E01;
}
</style>
background-color css
<style>
a { background-color: #196E01; }
a { background-color: rgb(25,110,1); }
div.DivClassName
{
background-color: #196E01;
}
.BgClassName
{
background-color: #196E01;
}
</style>
border-color css
<style>
span { border-color: #196E01; }
span { border-color: rgb(25,110,1); }
td.TdClassName
{
border-color: #196E01;
}
.TagClassName
{
border-color: #196E01;
}
</style>