Shades of Dark Pastel Green #15C93A
Tints of Dark Pastel Green #15C93A
RGB
CMYK
RGB Variations
Color information
#15C93A (or 0x15C93A) is known color: Dark Pastel Green. HEX triplet: 15, C9 and 3A. RGB value is (21,201,58). Sum of RGB (Red+Green+Blue) = 21+201+58=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #15C93A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C93A is #EA36C5. Grayscale: #838383. Windows color (decimal): -15349446 or 3852565. OLE color: 3852565.
HSL color Cylindrical-coordinate representation of color #15C93A: hue angle of 132.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C93A is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 201 | 58 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.21 |
| HSL | 132.33º | 0.81% | 0.44% | - |
| HSV(B) | 132.33º | 0.9% | 0.79% | - |
| XYZ | 21.96 | 42.24 | 11 | - |
| YUV | 130.88 | 86.87 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 201 | 58 | 0.90 | 0 | 0.71 | 0.21 | 132.33 | 0.81 | 0.44 |
| Hex | 15 | C9 | 3A | 5A | 0 | 47 | 15 | 84 | 51 | 2C |
| Octal | 25 | 311 | 72 | 132 | 0 | 107 | 25 | 204 | 121 | 54 |
| Binary | 10101 | 11001001 | 111010 | 1011010 | 0 | 1000111 | 10101 | 10000100 | 1010001 | 101100 |
Color Harmonies of #15C93A
Complementary color
Monochromatic Colors of #15C93A
Black with #15C93A
Text Example
Text Example
White with #15C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C93A; }
p { color: rgb(21,201,58); }
H1.HeaderClassName
{
color: #15C93A;
}
.AnyTagClassName
{
color: #15C93A;
}
</style>
background-color css
<style>
a { background-color: #15C93A; }
a { background-color: rgb(21,201,58); }
div.DivClassName
{
background-color: #15C93A;
}
.BgClassName
{
background-color: #15C93A;
}
</style>
border-color css
<style>
span { border-color: #15C93A; }
span { border-color: rgb(21,201,58); }
td.TdClassName
{
border-color: #15C93A;
}
.TagClassName
{
border-color: #15C93A;
}
</style>