Shades of Dark Pastel Green #15A940
Tints of Dark Pastel Green #15A940
RGB
CMYK
RGB Variations
Color information
#15A940 (or 0x15A940) is known color: Dark Pastel Green. HEX triplet: 15, A9 and 40. RGB value is (21,169,64). Sum of RGB (Red+Green+Blue) = 21+169+64=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 169 (66.41% from 255 or 66.54% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 169 - color contains mainly: green. Hex color #15A940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A940 is #EA56BF. Grayscale: #717171. Windows color (decimal): -15357632 or 4237589. OLE color: 4237589.
HSL color Cylindrical-coordinate representation of color #15A940: hue angle of 137.43º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A940 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 169 | 64 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.34 |
| HSL | 137.43º | 0.78% | 0.37% | - |
| HSV(B) | 137.43º | 0.88% | 0.66% | - |
| XYZ | 15.42 | 28.91 | 9.62 | - |
| YUV | 112.78 | 100.47 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 169 | 64 | 0.88 | 0 | 0.62 | 0.34 | 137.43 | 0.78 | 0.37 |
| Hex | 15 | A9 | 40 | 58 | 0 | 3E | 22 | 89 | 4E | 25 |
| Octal | 25 | 251 | 100 | 130 | 0 | 76 | 42 | 211 | 116 | 45 |
| Binary | 10101 | 10101001 | 1000000 | 1011000 | 0 | 111110 | 100010 | 10001001 | 1001110 | 100101 |
Color Harmonies of #15A940
Complementary color
Monochromatic Colors of #15A940
Black with #15A940
Text Example
Text Example
White with #15A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A940; }
p { color: rgb(21,169,64); }
H1.HeaderClassName
{
color: #15A940;
}
.AnyTagClassName
{
color: #15A940;
}
</style>
background-color css
<style>
a { background-color: #15A940; }
a { background-color: rgb(21,169,64); }
div.DivClassName
{
background-color: #15A940;
}
.BgClassName
{
background-color: #15A940;
}
</style>
border-color css
<style>
span { border-color: #15A940; }
span { border-color: rgb(21,169,64); }
td.TdClassName
{
border-color: #15A940;
}
.TagClassName
{
border-color: #15A940;
}
</style>