Shades of Green #198700
Tints of Green #198700
RGB
CMYK
RGB Variations
Color information
#198700 (or 0x198700) is known color: Green. HEX triplet: 19, 87 and 00. RGB value is (25,135,0). Sum of RGB (Red+Green+Blue) = 25+135+0=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 135 (53.12% from 255 or 84.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 135 - color contains mainly: green. Hex color #198700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198700 is #E678FF. Grayscale: #575757. Windows color (decimal): -15104256 or 34585. OLE color: 34585.
HSL color Cylindrical-coordinate representation of color #198700: hue angle of 108.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #198700 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.47 |
| HSL | 108.89º | 1% | 0.26% | - |
| HSV(B) | 108.89º | 1% | 0.53% | - |
| XYZ | 9.06 | 17.53 | 2.91 | - |
| YUV | 86.72 | 79.06 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 0 | 0.81 | 0 | 1 | 0.47 | 108.89 | 1 | 0.26 |
| Hex | 19 | 87 | 0 | 51 | 0 | 64 | 2F | 6D | 64 | 1A |
| Octal | 31 | 207 | 0 | 121 | 0 | 144 | 57 | 155 | 144 | 32 |
| Binary | 11001 | 10000111 | 0 | 1010001 | 0 | 1100100 | 101111 | 1101101 | 1100100 | 11010 |
Color Harmonies of #198700
Complementary color
Monochromatic Colors of #198700
Black with #198700
Text Example
Text Example
White with #198700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198700; }
p { color: rgb(25,135,0); }
H1.HeaderClassName
{
color: #198700;
}
.AnyTagClassName
{
color: #198700;
}
</style>
background-color css
<style>
a { background-color: #198700; }
a { background-color: rgb(25,135,0); }
div.DivClassName
{
background-color: #198700;
}
.BgClassName
{
background-color: #198700;
}
</style>
border-color css
<style>
span { border-color: #198700; }
span { border-color: rgb(25,135,0); }
td.TdClassName
{
border-color: #198700;
}
.TagClassName
{
border-color: #198700;
}
</style>