Shades of Green #196602
Tints of Green #196602
RGB
CMYK
RGB Variations
Color information
#196602 (or 0x196602) is known color: Green. HEX triplet: 19, 66 and 02. RGB value is (25,102,2). Sum of RGB (Red+Green+Blue) = 25+102+2=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #196602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196602 is #E699FD. Grayscale: #434343. Windows color (decimal): -15112702 or 157209. OLE color: 157209.
HSL color Cylindrical-coordinate representation of color #196602: hue angle of 106.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #196602 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 2 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.6 |
| HSL | 106.2º | 0.96% | 0.2% | - |
| HSV(B) | 106.2º | 0.98% | 0.4% | - |
| XYZ | 5.16 | 9.71 | 1.66 | - |
| YUV | 67.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 2 | 0.75 | 0 | 0.98 | 0.6 | 106.2 | 0.96 | 0.2 |
| Hex | 19 | 66 | 2 | 4B | 0 | 62 | 3C | 6A | 60 | 14 |
| Octal | 31 | 146 | 2 | 113 | 0 | 142 | 74 | 152 | 140 | 24 |
| Binary | 11001 | 1100110 | 10 | 1001011 | 0 | 1100010 | 111100 | 1101010 | 1100000 | 10100 |
Color Harmonies of #196602
Complementary color
Monochromatic Colors of #196602
Black with #196602
Text Example
Text Example
White with #196602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196602; }
p { color: rgb(25,102,2); }
H1.HeaderClassName
{
color: #196602;
}
.AnyTagClassName
{
color: #196602;
}
</style>
background-color css
<style>
a { background-color: #196602; }
a { background-color: rgb(25,102,2); }
div.DivClassName
{
background-color: #196602;
}
.BgClassName
{
background-color: #196602;
}
</style>
border-color css
<style>
span { border-color: #196602; }
span { border-color: rgb(25,102,2); }
td.TdClassName
{
border-color: #196602;
}
.TagClassName
{
border-color: #196602;
}
</style>