Shades of Green #197C0A
Tints of Green #197C0A
RGB
CMYK
RGB Variations
Color information
#197C0A (or 0x197C0A) is known color: Green. HEX triplet: 19, 7C and 0A. RGB value is (25,124,10). Sum of RGB (Red+Green+Blue) = 25+124+10=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 124 (48.83% from 255 or 77.99% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 124 - color contains mainly: green. Hex color #197C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197C0A is #E683F5. Grayscale: #515151. Windows color (decimal): -15107062 or 687129. OLE color: 687129.
HSL color Cylindrical-coordinate representation of color #197C0A: hue angle of 112.11º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #197C0A is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 10 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.51 |
| HSL | 112.11º | 0.85% | 0.26% | - |
| HSV(B) | 112.11º | 0.92% | 0.49% | - |
| XYZ | 7.66 | 14.64 | 2.71 | - |
| YUV | 81.4 | 87.7 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 10 | 0.80 | 0 | 0.92 | 0.51 | 112.11 | 0.85 | 0.26 |
| Hex | 19 | 7C | A | 50 | 0 | 5C | 33 | 70 | 55 | 1A |
| Octal | 31 | 174 | 12 | 120 | 0 | 134 | 63 | 160 | 125 | 32 |
| Binary | 11001 | 1111100 | 1010 | 1010000 | 0 | 1011100 | 110011 | 1110000 | 1010101 | 11010 |
Color Harmonies of #197C0A
Complementary color
Monochromatic Colors of #197C0A
Black with #197C0A
Text Example
Text Example
White with #197C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C0A; }
p { color: rgb(25,124,10); }
H1.HeaderClassName
{
color: #197C0A;
}
.AnyTagClassName
{
color: #197C0A;
}
</style>
background-color css
<style>
a { background-color: #197C0A; }
a { background-color: rgb(25,124,10); }
div.DivClassName
{
background-color: #197C0A;
}
.BgClassName
{
background-color: #197C0A;
}
</style>
border-color css
<style>
span { border-color: #197C0A; }
span { border-color: rgb(25,124,10); }
td.TdClassName
{
border-color: #197C0A;
}
.TagClassName
{
border-color: #197C0A;
}
</style>