Shades of Green #198602
Tints of Green #198602
RGB
CMYK
RGB Variations
Color information
#198602 (or 0x198602) is known color: Green. HEX triplet: 19, 86 and 02. RGB value is (25,134,2). Sum of RGB (Red+Green+Blue) = 25+134+2=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 134 (52.73% from 255 or 83.23% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 134 - color contains mainly: green. Hex color #198602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198602 is #E679FD. Grayscale: #565656. Windows color (decimal): -15104510 or 165401. OLE color: 165401.
HSL color Cylindrical-coordinate representation of color #198602: hue angle of 109.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #198602 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.47 |
| HSL | 109.55º | 0.97% | 0.27% | - |
| HSV(B) | 109.55º | 0.99% | 0.53% | - |
| XYZ | 8.94 | 17.26 | 2.92 | - |
| YUV | 86.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 2 | 0.81 | 0 | 0.99 | 0.47 | 109.55 | 0.97 | 0.27 |
| Hex | 19 | 86 | 2 | 51 | 0 | 63 | 2F | 6E | 61 | 1B |
| Octal | 31 | 206 | 2 | 121 | 0 | 143 | 57 | 156 | 141 | 33 |
| Binary | 11001 | 10000110 | 10 | 1010001 | 0 | 1100011 | 101111 | 1101110 | 1100001 | 11011 |
Color Harmonies of #198602
Complementary color
Monochromatic Colors of #198602
Black with #198602
Text Example
Text Example
White with #198602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198602; }
p { color: rgb(25,134,2); }
H1.HeaderClassName
{
color: #198602;
}
.AnyTagClassName
{
color: #198602;
}
</style>
background-color css
<style>
a { background-color: #198602; }
a { background-color: rgb(25,134,2); }
div.DivClassName
{
background-color: #198602;
}
.BgClassName
{
background-color: #198602;
}
</style>
border-color css
<style>
span { border-color: #198602; }
span { border-color: rgb(25,134,2); }
td.TdClassName
{
border-color: #198602;
}
.TagClassName
{
border-color: #198602;
}
</style>