Shades of Green #196F08
Tints of Green #196F08
RGB
CMYK
RGB Variations
Color information
#196F08 (or 0x196F08) is known color: Green. HEX triplet: 19, 6F and 08. RGB value is (25,111,8). Sum of RGB (Red+Green+Blue) = 25+111+8=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #196F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196F08 is #E690F7. Grayscale: #494949. Windows color (decimal): -15110392 or 552729. OLE color: 552729.
HSL color Cylindrical-coordinate representation of color #196F08: hue angle of 110.1º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #196F08 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 8 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.56 |
| HSL | 110.1º | 0.87% | 0.23% | - |
| HSV(B) | 110.1º | 0.93% | 0.44% | - |
| XYZ | 6.13 | 11.59 | 2.14 | - |
| YUV | 73.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 8 | 0.77 | 0 | 0.93 | 0.56 | 110.1 | 0.87 | 0.23 |
| Hex | 19 | 6F | 8 | 4D | 0 | 5D | 38 | 6E | 57 | 17 |
| Octal | 31 | 157 | 10 | 115 | 0 | 135 | 70 | 156 | 127 | 27 |
| Binary | 11001 | 1101111 | 1000 | 1001101 | 0 | 1011101 | 111000 | 1101110 | 1010111 | 10111 |
Color Harmonies of #196F08
Complementary color
Monochromatic Colors of #196F08
Black with #196F08
Text Example
Text Example
White with #196F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F08; }
p { color: rgb(25,111,8); }
H1.HeaderClassName
{
color: #196F08;
}
.AnyTagClassName
{
color: #196F08;
}
</style>
background-color css
<style>
a { background-color: #196F08; }
a { background-color: rgb(25,111,8); }
div.DivClassName
{
background-color: #196F08;
}
.BgClassName
{
background-color: #196F08;
}
</style>
border-color css
<style>
span { border-color: #196F08; }
span { border-color: rgb(25,111,8); }
td.TdClassName
{
border-color: #196F08;
}
.TagClassName
{
border-color: #196F08;
}
</style>