Shades of Green #196101
Tints of Green #196101
RGB
CMYK
RGB Variations
Color information
#196101 (or 0x196101) is known color: Green. HEX triplet: 19, 61 and 01. RGB value is (25,97,1). Sum of RGB (Red+Green+Blue) = 25+97+1=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #196101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196101 is #E69EFE. Grayscale: #404040. Windows color (decimal): -15113983 or 90393. OLE color: 90393.
HSL color Cylindrical-coordinate representation of color #196101: hue angle of 105º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #196101 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 97 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.62 |
| HSL | 105º | 0.98% | 0.19% | - |
| HSV(B) | 105º | 0.99% | 0.38% | - |
| XYZ | 4.68 | 8.76 | 1.47 | - |
| YUV | 64.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 1 | 0.74 | 0 | 0.99 | 0.62 | 105 | 0.98 | 0.19 |
| Hex | 19 | 61 | 1 | 4A | 0 | 63 | 3E | 69 | 62 | 13 |
| Octal | 31 | 141 | 1 | 112 | 0 | 143 | 76 | 151 | 142 | 23 |
| Binary | 11001 | 1100001 | 1 | 1001010 | 0 | 1100011 | 111110 | 1101001 | 1100010 | 10011 |
Color Harmonies of #196101
Complementary color
Monochromatic Colors of #196101
Black with #196101
Text Example
Text Example
White with #196101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196101; }
p { color: rgb(25,97,1); }
H1.HeaderClassName
{
color: #196101;
}
.AnyTagClassName
{
color: #196101;
}
</style>
background-color css
<style>
a { background-color: #196101; }
a { background-color: rgb(25,97,1); }
div.DivClassName
{
background-color: #196101;
}
.BgClassName
{
background-color: #196101;
}
</style>
border-color css
<style>
span { border-color: #196101; }
span { border-color: rgb(25,97,1); }
td.TdClassName
{
border-color: #196101;
}
.TagClassName
{
border-color: #196101;
}
</style>