Shades of Dark Pastel Green #19CC3A
Tints of Dark Pastel Green #19CC3A
RGB
CMYK
RGB Variations
Color information
#19CC3A (or 0x19CC3A) is known color: Dark Pastel Green. HEX triplet: 19, CC and 3A. RGB value is (25,204,58). Sum of RGB (Red+Green+Blue) = 25+204+58=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CC3A is #E633C5. Grayscale: #868686. Windows color (decimal): -15086534 or 3853337. OLE color: 3853337.
HSL color Cylindrical-coordinate representation of color #19CC3A: hue angle of 131.06º 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 #19CC3A is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 58 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.2 |
| HSL | 131.06º | 0.78% | 0.45% | - |
| HSV(B) | 131.06º | 0.88% | 0.8% | - |
| XYZ | 22.76 | 43.7 | 11.24 | - |
| YUV | 133.84 | 85.2 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 58 | 0.88 | 0 | 0.72 | 0.2 | 131.06 | 0.78 | 0.45 |
| Hex | 19 | CC | 3A | 58 | 0 | 48 | 14 | 83 | 4E | 2D |
| Octal | 31 | 314 | 72 | 130 | 0 | 110 | 24 | 203 | 116 | 55 |
| Binary | 11001 | 11001100 | 111010 | 1011000 | 0 | 1001000 | 10100 | 10000011 | 1001110 | 101101 |
Color Harmonies of #19CC3A
Complementary color
Monochromatic Colors of #19CC3A
Black with #19CC3A
Text Example
Text Example
White with #19CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CC3A; }
p { color: rgb(25,204,58); }
H1.HeaderClassName
{
color: #19CC3A;
}
.AnyTagClassName
{
color: #19CC3A;
}
</style>
background-color css
<style>
a { background-color: #19CC3A; }
a { background-color: rgb(25,204,58); }
div.DivClassName
{
background-color: #19CC3A;
}
.BgClassName
{
background-color: #19CC3A;
}
</style>
border-color css
<style>
span { border-color: #19CC3A; }
span { border-color: rgb(25,204,58); }
td.TdClassName
{
border-color: #19CC3A;
}
.TagClassName
{
border-color: #19CC3A;
}
</style>