Shades of Green #198601
Tints of Green #198601
RGB
CMYK
RGB Variations
Color information
#198601 (or 0x198601) is known color: Green. HEX triplet: 19, 86 and 01. RGB value is (25,134,1). Sum of RGB (Red+Green+Blue) = 25+134+1=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 134 (52.73% from 255 or 83.75% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 134 - color contains mainly: green. Hex color #198601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198601 is #E679FE. Grayscale: #565656. Windows color (decimal): -15104511 or 99865. OLE color: 99865.
HSL color Cylindrical-coordinate representation of color #198601: hue angle of 109.17º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #198601 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 1 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.47 |
| HSL | 109.17º | 0.99% | 0.26% | - |
| HSV(B) | 109.17º | 0.99% | 0.53% | - |
| XYZ | 8.93 | 17.26 | 2.89 | - |
| YUV | 86.25 | 79.89 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 1 | 0.81 | 0 | 0.99 | 0.47 | 109.17 | 0.99 | 0.26 |
| Hex | 19 | 86 | 1 | 51 | 0 | 63 | 2F | 6D | 63 | 1A |
| Octal | 31 | 206 | 1 | 121 | 0 | 143 | 57 | 155 | 143 | 32 |
| Binary | 11001 | 10000110 | 1 | 1010001 | 0 | 1100011 | 101111 | 1101101 | 1100011 | 11010 |
Color Harmonies of #198601
Complementary color
Monochromatic Colors of #198601
Black with #198601
Text Example
Text Example
White with #198601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198601; }
p { color: rgb(25,134,1); }
H1.HeaderClassName
{
color: #198601;
}
.AnyTagClassName
{
color: #198601;
}
</style>
background-color css
<style>
a { background-color: #198601; }
a { background-color: rgb(25,134,1); }
div.DivClassName
{
background-color: #198601;
}
.BgClassName
{
background-color: #198601;
}
</style>
border-color css
<style>
span { border-color: #198601; }
span { border-color: rgb(25,134,1); }
td.TdClassName
{
border-color: #198601;
}
.TagClassName
{
border-color: #198601;
}
</style>