Shades of Green #196C0A
Tints of Green #196C0A
RGB
CMYK
RGB Variations
Color information
#196C0A (or 0x196C0A) is known color: Green. HEX triplet: 19, 6C and 0A. RGB value is (25,108,10). Sum of RGB (Red+Green+Blue) = 25+108+10=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 108 (42.58% from 255 or 75.52% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 108 - color contains mainly: green. Hex color #196C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196C0A is #E693F5. Grayscale: #484848. Windows color (decimal): -15111158 or 683033. OLE color: 683033.
HSL color Cylindrical-coordinate representation of color #196C0A: hue angle of 110.82º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #196C0A is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 10 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.58 |
| HSL | 110.82º | 0.83% | 0.23% | - |
| HSV(B) | 110.82º | 0.91% | 0.42% | - |
| XYZ | 5.82 | 10.95 | 2.09 | - |
| YUV | 72.01 | 93 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 10 | 0.77 | 0 | 0.91 | 0.58 | 110.82 | 0.83 | 0.23 |
| Hex | 19 | 6C | A | 4D | 0 | 5B | 3A | 6F | 53 | 17 |
| Octal | 31 | 154 | 12 | 115 | 0 | 133 | 72 | 157 | 123 | 27 |
| Binary | 11001 | 1101100 | 1010 | 1001101 | 0 | 1011011 | 111010 | 1101111 | 1010011 | 10111 |
Color Harmonies of #196C0A
Complementary color
Monochromatic Colors of #196C0A
Black with #196C0A
Text Example
Text Example
White with #196C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C0A; }
p { color: rgb(25,108,10); }
H1.HeaderClassName
{
color: #196C0A;
}
.AnyTagClassName
{
color: #196C0A;
}
</style>
background-color css
<style>
a { background-color: #196C0A; }
a { background-color: rgb(25,108,10); }
div.DivClassName
{
background-color: #196C0A;
}
.BgClassName
{
background-color: #196C0A;
}
</style>
border-color css
<style>
span { border-color: #196C0A; }
span { border-color: rgb(25,108,10); }
td.TdClassName
{
border-color: #196C0A;
}
.TagClassName
{
border-color: #196C0A;
}
</style>