Shades of Green #198C05
Tints of Green #198C05
RGB
CMYK
RGB Variations
Color information
#198C05 (or 0x198C05) is known color: Green. HEX triplet: 19, 8C and 05. RGB value is (25,140,5). Sum of RGB (Red+Green+Blue) = 25+140+5=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 140 (55.08% from 255 or 82.35% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 140 - color contains mainly: green. Hex color #198C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198C05 is #E673FA. Grayscale: #5A5A5A. Windows color (decimal): -15102971 or 363545. OLE color: 363545.
HSL color Cylindrical-coordinate representation of color #198C05: hue angle of 111.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #198C05 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 5 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.45 |
| HSL | 111.11º | 0.93% | 0.28% | - |
| HSV(B) | 111.11º | 0.96% | 0.55% | - |
| XYZ | 9.81 | 18.97 | 3.29 | - |
| YUV | 90.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 5 | 0.82 | 0 | 0.96 | 0.45 | 111.11 | 0.93 | 0.28 |
| Hex | 19 | 8C | 5 | 52 | 0 | 60 | 2D | 6F | 5D | 1C |
| Octal | 31 | 214 | 5 | 122 | 0 | 140 | 55 | 157 | 135 | 34 |
| Binary | 11001 | 10001100 | 101 | 1010010 | 0 | 1100000 | 101101 | 1101111 | 1011101 | 11100 |
Color Harmonies of #198C05
Complementary color
Monochromatic Colors of #198C05
Black with #198C05
Text Example
Text Example
White with #198C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C05; }
p { color: rgb(25,140,5); }
H1.HeaderClassName
{
color: #198C05;
}
.AnyTagClassName
{
color: #198C05;
}
</style>
background-color css
<style>
a { background-color: #198C05; }
a { background-color: rgb(25,140,5); }
div.DivClassName
{
background-color: #198C05;
}
.BgClassName
{
background-color: #198C05;
}
</style>
border-color css
<style>
span { border-color: #198C05; }
span { border-color: rgb(25,140,5); }
td.TdClassName
{
border-color: #198C05;
}
.TagClassName
{
border-color: #198C05;
}
</style>