Shades of Green #197901
Tints of Green #197901
RGB
CMYK
RGB Variations
Color information
#197901 (or 0x197901) is known color: Green. HEX triplet: 19, 79 and 01. RGB value is (25,121,1). Sum of RGB (Red+Green+Blue) = 25+121+1=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 121 (47.66% from 255 or 82.31% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 121 - color contains mainly: green. Hex color #197901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197901 is #E686FE. Grayscale: #4F4F4F. Windows color (decimal): -15107839 or 96537. OLE color: 96537.
HSL color Cylindrical-coordinate representation of color #197901: hue angle of 108º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #197901 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.53 |
| HSL | 108º | 0.98% | 0.24% | - |
| HSV(B) | 108º | 0.99% | 0.47% | - |
| XYZ | 7.24 | 13.88 | 2.33 | - |
| YUV | 78.62 | 84.2 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 1 | 0.79 | 0 | 0.99 | 0.53 | 108 | 0.98 | 0.24 |
| Hex | 19 | 79 | 1 | 4F | 0 | 63 | 35 | 6C | 62 | 18 |
| Octal | 31 | 171 | 1 | 117 | 0 | 143 | 65 | 154 | 142 | 30 |
| Binary | 11001 | 1111001 | 1 | 1001111 | 0 | 1100011 | 110101 | 1101100 | 1100010 | 11000 |
Color Harmonies of #197901
Complementary color
Monochromatic Colors of #197901
Black with #197901
Text Example
Text Example
White with #197901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197901; }
p { color: rgb(25,121,1); }
H1.HeaderClassName
{
color: #197901;
}
.AnyTagClassName
{
color: #197901;
}
</style>
background-color css
<style>
a { background-color: #197901; }
a { background-color: rgb(25,121,1); }
div.DivClassName
{
background-color: #197901;
}
.BgClassName
{
background-color: #197901;
}
</style>
border-color css
<style>
span { border-color: #197901; }
span { border-color: rgb(25,121,1); }
td.TdClassName
{
border-color: #197901;
}
.TagClassName
{
border-color: #197901;
}
</style>