Shades of Dark Pastel Green #19CC42
Tints of Dark Pastel Green #19CC42
RGB
CMYK
RGB Variations
Color information
#19CC42 (or 0x19CC42) is known color: Dark Pastel Green. HEX triplet: 19, CC and 42. RGB value is (25,204,66). Sum of RGB (Red+Green+Blue) = 25+204+66=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CC42 is #E633BD. Grayscale: #878787. Windows color (decimal): -15086526 or 4377625. OLE color: 4377625.
HSL color Cylindrical-coordinate representation of color #19CC42: hue angle of 133.74º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CC42 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 66 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.2 |
| HSL | 133.74º | 0.78% | 0.45% | - |
| HSV(B) | 133.74º | 0.88% | 0.8% | - |
| XYZ | 22.98 | 43.79 | 12.39 | - |
| YUV | 134.75 | 89.2 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 66 | 0.88 | 0 | 0.68 | 0.2 | 133.74 | 0.78 | 0.45 |
| Hex | 19 | CC | 42 | 58 | 0 | 44 | 14 | 86 | 4E | 2D |
| Octal | 31 | 314 | 102 | 130 | 0 | 104 | 24 | 206 | 116 | 55 |
| Binary | 11001 | 11001100 | 1000010 | 1011000 | 0 | 1000100 | 10100 | 10000110 | 1001110 | 101101 |
Color Harmonies of #19CC42
Complementary color
Monochromatic Colors of #19CC42
Black with #19CC42
Text Example
Text Example
White with #19CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CC42; }
p { color: rgb(25,204,66); }
H1.HeaderClassName
{
color: #19CC42;
}
.AnyTagClassName
{
color: #19CC42;
}
</style>
background-color css
<style>
a { background-color: #19CC42; }
a { background-color: rgb(25,204,66); }
div.DivClassName
{
background-color: #19CC42;
}
.BgClassName
{
background-color: #19CC42;
}
</style>
border-color css
<style>
span { border-color: #19CC42; }
span { border-color: rgb(25,204,66); }
td.TdClassName
{
border-color: #19CC42;
}
.TagClassName
{
border-color: #19CC42;
}
</style>