Shades of Green #198500
Tints of Green #198500
RGB
CMYK
RGB Variations
Color information
#198500 (or 0x198500) is known color: Green. HEX triplet: 19, 85 and 00. RGB value is (25,133,0). Sum of RGB (Red+Green+Blue) = 25+133+0=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #198500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198500 is #E67AFF. Grayscale: #555555. Windows color (decimal): -15104768 or 34073. OLE color: 34073.
HSL color Cylindrical-coordinate representation of color #198500: hue angle of 108.72º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #198500 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.48 |
| HSL | 108.72º | 1% | 0.26% | - |
| HSV(B) | 108.72º | 1% | 0.52% | - |
| XYZ | 8.79 | 16.98 | 2.81 | - |
| YUV | 85.55 | 79.72 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 0 | 0.81 | 0 | 1 | 0.48 | 108.72 | 1 | 0.26 |
| Hex | 19 | 85 | 0 | 51 | 0 | 64 | 30 | 6D | 64 | 1A |
| Octal | 31 | 205 | 0 | 121 | 0 | 144 | 60 | 155 | 144 | 32 |
| Binary | 11001 | 10000101 | 0 | 1010001 | 0 | 1100100 | 110000 | 1101101 | 1100100 | 11010 |
Color Harmonies of #198500
Complementary color
Monochromatic Colors of #198500
Black with #198500
Text Example
Text Example
White with #198500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198500; }
p { color: rgb(25,133,0); }
H1.HeaderClassName
{
color: #198500;
}
.AnyTagClassName
{
color: #198500;
}
</style>
background-color css
<style>
a { background-color: #198500; }
a { background-color: rgb(25,133,0); }
div.DivClassName
{
background-color: #198500;
}
.BgClassName
{
background-color: #198500;
}
</style>
border-color css
<style>
span { border-color: #198500; }
span { border-color: rgb(25,133,0); }
td.TdClassName
{
border-color: #198500;
}
.TagClassName
{
border-color: #198500;
}
</style>