Shades of Dark Pastel Green #19C24D
Tints of Dark Pastel Green #19C24D
RGB
CMYK
RGB Variations
Color information
#19C24D (or 0x19C24D) is known color: Dark Pastel Green. HEX triplet: 19, C2 and 4D. RGB value is (25,194,77). Sum of RGB (Red+Green+Blue) = 25+194+77=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #19C24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C24D is #E63DB2. Grayscale: #828282. Windows color (decimal): -15089075 or 5095961. OLE color: 5095961.
HSL color Cylindrical-coordinate representation of color #19C24D: hue angle of 138.46º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C24D is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 194 | 77 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.24 |
| HSL | 138.46º | 0.77% | 0.43% | - |
| HSV(B) | 138.46º | 0.87% | 0.76% | - |
| XYZ | 21.03 | 39.33 | 13.5 | - |
| YUV | 130.13 | 98.01 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 194 | 77 | 0.87 | 0 | 0.60 | 0.24 | 138.46 | 0.77 | 0.43 |
| Hex | 19 | C2 | 4D | 57 | 0 | 3C | 18 | 8A | 4D | 2B |
| Octal | 31 | 302 | 115 | 127 | 0 | 74 | 30 | 212 | 115 | 53 |
| Binary | 11001 | 11000010 | 1001101 | 1010111 | 0 | 111100 | 11000 | 10001010 | 1001101 | 101011 |
Color Harmonies of #19C24D
Complementary color
Monochromatic Colors of #19C24D
Black with #19C24D
Text Example
Text Example
White with #19C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C24D; }
p { color: rgb(25,194,77); }
H1.HeaderClassName
{
color: #19C24D;
}
.AnyTagClassName
{
color: #19C24D;
}
</style>
background-color css
<style>
a { background-color: #19C24D; }
a { background-color: rgb(25,194,77); }
div.DivClassName
{
background-color: #19C24D;
}
.BgClassName
{
background-color: #19C24D;
}
</style>
border-color css
<style>
span { border-color: #19C24D; }
span { border-color: rgb(25,194,77); }
td.TdClassName
{
border-color: #19C24D;
}
.TagClassName
{
border-color: #19C24D;
}
</style>