Shades of Dark Pastel Green #15C04D
Tints of Dark Pastel Green #15C04D
RGB
CMYK
RGB Variations
Color information
#15C04D (or 0x15C04D) is known color: Dark Pastel Green. HEX triplet: 15, C0 and 4D. RGB value is (21,192,77). Sum of RGB (Red+Green+Blue) = 21+192+77=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #15C04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15C04D is #EA3FB2. Grayscale: #808080. Windows color (decimal): -15351731 or 5095445. OLE color: 5095445.
HSL color Cylindrical-coordinate representation of color #15C04D: hue angle of 139.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C04D is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 77 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.25 |
| HSL | 139.65º | 0.8% | 0.42% | - |
| HSV(B) | 139.65º | 0.89% | 0.75% | - |
| XYZ | 20.5 | 38.39 | 13.35 | - |
| YUV | 127.76 | 99.35 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 77 | 0.89 | 0 | 0.60 | 0.25 | 139.65 | 0.8 | 0.42 |
| Hex | 15 | C0 | 4D | 59 | 0 | 3C | 19 | 8C | 50 | 2A |
| Octal | 25 | 300 | 115 | 131 | 0 | 74 | 31 | 214 | 120 | 52 |
| Binary | 10101 | 11000000 | 1001101 | 1011001 | 0 | 111100 | 11001 | 10001100 | 1010000 | 101010 |
Color Harmonies of #15C04D
Complementary color
Monochromatic Colors of #15C04D
Black with #15C04D
Text Example
Text Example
White with #15C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C04D; }
p { color: rgb(21,192,77); }
H1.HeaderClassName
{
color: #15C04D;
}
.AnyTagClassName
{
color: #15C04D;
}
</style>
background-color css
<style>
a { background-color: #15C04D; }
a { background-color: rgb(21,192,77); }
div.DivClassName
{
background-color: #15C04D;
}
.BgClassName
{
background-color: #15C04D;
}
</style>
border-color css
<style>
span { border-color: #15C04D; }
span { border-color: rgb(21,192,77); }
td.TdClassName
{
border-color: #15C04D;
}
.TagClassName
{
border-color: #15C04D;
}
</style>