Shades of Dark Pastel Green #19A940
Tints of Dark Pastel Green #19A940
RGB
CMYK
RGB Variations
Color information
#19A940 (or 0x19A940) is known color: Dark Pastel Green. HEX triplet: 19, A9 and 40. RGB value is (25,169,64). Sum of RGB (Red+Green+Blue) = 25+169+64=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 169 (66.41% from 255 or 65.50% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 169 - color contains mainly: green. Hex color #19A940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A940 is #E656BF. Grayscale: #727272. Windows color (decimal): -15095488 or 4237593. OLE color: 4237593.
HSL color Cylindrical-coordinate representation of color #19A940: hue angle of 136.25º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A940 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 64 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.34 |
| HSL | 136.25º | 0.74% | 0.38% | - |
| HSV(B) | 136.25º | 0.85% | 0.66% | - |
| XYZ | 15.51 | 28.95 | 9.62 | - |
| YUV | 113.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 64 | 0.85 | 0 | 0.62 | 0.34 | 136.25 | 0.74 | 0.38 |
| Hex | 19 | A9 | 40 | 55 | 0 | 3E | 22 | 88 | 4A | 26 |
| Octal | 31 | 251 | 100 | 125 | 0 | 76 | 42 | 210 | 112 | 46 |
| Binary | 11001 | 10101001 | 1000000 | 1010101 | 0 | 111110 | 100010 | 10001000 | 1001010 | 100110 |
Color Harmonies of #19A940
Complementary color
Monochromatic Colors of #19A940
Black with #19A940
Text Example
Text Example
White with #19A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A940; }
p { color: rgb(25,169,64); }
H1.HeaderClassName
{
color: #19A940;
}
.AnyTagClassName
{
color: #19A940;
}
</style>
background-color css
<style>
a { background-color: #19A940; }
a { background-color: rgb(25,169,64); }
div.DivClassName
{
background-color: #19A940;
}
.BgClassName
{
background-color: #19A940;
}
</style>
border-color css
<style>
span { border-color: #19A940; }
span { border-color: rgb(25,169,64); }
td.TdClassName
{
border-color: #19A940;
}
.TagClassName
{
border-color: #19A940;
}
</style>