Shades of Green #198201
Tints of Green #198201
RGB
CMYK
RGB Variations
Color information
#198201 (or 0x198201) is known color: Green. HEX triplet: 19, 82 and 01. RGB value is (25,130,1). Sum of RGB (Red+Green+Blue) = 25+130+1=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #198201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198201 is #E67DFE. Grayscale: #545454. Windows color (decimal): -15105535 or 98841. OLE color: 98841.
HSL color Cylindrical-coordinate representation of color #198201: hue angle of 108.84º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #198201 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 1 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.49 |
| HSL | 108.84º | 0.98% | 0.26% | - |
| HSV(B) | 108.84º | 0.99% | 0.51% | - |
| XYZ | 8.39 | 16.17 | 2.71 | - |
| YUV | 83.9 | 81.21 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 1 | 0.81 | 0 | 0.99 | 0.49 | 108.84 | 0.98 | 0.26 |
| Hex | 19 | 82 | 1 | 51 | 0 | 63 | 31 | 6D | 62 | 1A |
| Octal | 31 | 202 | 1 | 121 | 0 | 143 | 61 | 155 | 142 | 32 |
| Binary | 11001 | 10000010 | 1 | 1010001 | 0 | 1100011 | 110001 | 1101101 | 1100010 | 11010 |
Color Harmonies of #198201
Complementary color
Monochromatic Colors of #198201
Black with #198201
Text Example
Text Example
White with #198201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198201; }
p { color: rgb(25,130,1); }
H1.HeaderClassName
{
color: #198201;
}
.AnyTagClassName
{
color: #198201;
}
</style>
background-color css
<style>
a { background-color: #198201; }
a { background-color: rgb(25,130,1); }
div.DivClassName
{
background-color: #198201;
}
.BgClassName
{
background-color: #198201;
}
</style>
border-color css
<style>
span { border-color: #198201; }
span { border-color: rgb(25,130,1); }
td.TdClassName
{
border-color: #198201;
}
.TagClassName
{
border-color: #198201;
}
</style>