Shades of Dark Pastel Green #15C24A
Tints of Dark Pastel Green #15C24A
RGB
CMYK
RGB Variations
Color information
#15C24A (or 0x15C24A) is known color: Dark Pastel Green. HEX triplet: 15, C2 and 4A. RGB value is (21,194,74). Sum of RGB (Red+Green+Blue) = 21+194+74=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #15C24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C24A is #EA3DB5. Grayscale: #808080. Windows color (decimal): -15351222 or 4899349. OLE color: 4899349.
HSL color Cylindrical-coordinate representation of color #15C24A: hue angle of 138.38º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C24A is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 194 | 74 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.24 |
| HSL | 138.38º | 0.8% | 0.42% | - |
| HSV(B) | 138.38º | 0.89% | 0.76% | - |
| XYZ | 20.84 | 39.24 | 12.95 | - |
| YUV | 128.59 | 97.19 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 74 | 0.89 | 0 | 0.62 | 0.24 | 138.38 | 0.8 | 0.42 |
| Hex | 15 | C2 | 4A | 59 | 0 | 3E | 18 | 8A | 50 | 2A |
| Octal | 25 | 302 | 112 | 131 | 0 | 76 | 30 | 212 | 120 | 52 |
| Binary | 10101 | 11000010 | 1001010 | 1011001 | 0 | 111110 | 11000 | 10001010 | 1010000 | 101010 |
Color Harmonies of #15C24A
Complementary color
Monochromatic Colors of #15C24A
Black with #15C24A
Text Example
Text Example
White with #15C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C24A; }
p { color: rgb(21,194,74); }
H1.HeaderClassName
{
color: #15C24A;
}
.AnyTagClassName
{
color: #15C24A;
}
</style>
background-color css
<style>
a { background-color: #15C24A; }
a { background-color: rgb(21,194,74); }
div.DivClassName
{
background-color: #15C24A;
}
.BgClassName
{
background-color: #15C24A;
}
</style>
border-color css
<style>
span { border-color: #15C24A; }
span { border-color: rgb(21,194,74); }
td.TdClassName
{
border-color: #15C24A;
}
.TagClassName
{
border-color: #15C24A;
}
</style>