Shades of Green #196A00
Tints of Green #196A00
RGB
CMYK
RGB Variations
Color information
#196A00 (or 0x196A00) is known color: Green. HEX triplet: 19, 6A and 00. RGB value is (25,106,0). Sum of RGB (Red+Green+Blue) = 25+106+0=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 106 (41.80% from 255 or 80.92% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 106 - color contains mainly: green. Hex color #196A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196A00 is #E695FF. Grayscale: #464646. Windows color (decimal): -15111680 or 27161. OLE color: 27161.
HSL color Cylindrical-coordinate representation of color #196A00: hue angle of 105.85º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #196A00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.58 |
| HSL | 105.85º | 1% | 0.21% | - |
| HSV(B) | 105.85º | 1% | 0.42% | - |
| XYZ | 5.55 | 10.51 | 1.74 | - |
| YUV | 69.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 0 | 0.76 | 0 | 1 | 0.58 | 105.85 | 1 | 0.21 |
| Hex | 19 | 6A | 0 | 4C | 0 | 64 | 3A | 6A | 64 | 15 |
| Octal | 31 | 152 | 0 | 114 | 0 | 144 | 72 | 152 | 144 | 25 |
| Binary | 11001 | 1101010 | 0 | 1001100 | 0 | 1100100 | 111010 | 1101010 | 1100100 | 10101 |
Color Harmonies of #196A00
Complementary color
Monochromatic Colors of #196A00
Black with #196A00
Text Example
Text Example
White with #196A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A00; }
p { color: rgb(25,106,0); }
H1.HeaderClassName
{
color: #196A00;
}
.AnyTagClassName
{
color: #196A00;
}
</style>
background-color css
<style>
a { background-color: #196A00; }
a { background-color: rgb(25,106,0); }
div.DivClassName
{
background-color: #196A00;
}
.BgClassName
{
background-color: #196A00;
}
</style>
border-color css
<style>
span { border-color: #196A00; }
span { border-color: rgb(25,106,0); }
td.TdClassName
{
border-color: #196A00;
}
.TagClassName
{
border-color: #196A00;
}
</style>