Shades of Dark Pastel Green #15C12B
Tints of Dark Pastel Green #15C12B
RGB
CMYK
RGB Variations
Color information
#15C12B (or 0x15C12B) is known color: Dark Pastel Green. HEX triplet: 15, C1 and 2B. RGB value is (21,193,43). Sum of RGB (Red+Green+Blue) = 21+193+43=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #15C12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C12B is #EA3ED4. Grayscale: #7C7C7C. Windows color (decimal): -15351509 or 2867477. OLE color: 2867477.
HSL color Cylindrical-coordinate representation of color #15C12B: hue angle of 127.67º 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 #15C12B is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 193 | 43 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.24 |
| HSL | 127.67º | 0.8% | 0.42% | - |
| HSV(B) | 127.67º | 0.89% | 0.76% | - |
| XYZ | 19.82 | 38.47 | 8.67 | - |
| YUV | 124.47 | 82.02 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 193 | 43 | 0.89 | 0 | 0.78 | 0.24 | 127.67 | 0.8 | 0.42 |
| Hex | 15 | C1 | 2B | 59 | 0 | 4E | 18 | 80 | 50 | 2A |
| Octal | 25 | 301 | 53 | 131 | 0 | 116 | 30 | 200 | 120 | 52 |
| Binary | 10101 | 11000001 | 101011 | 1011001 | 0 | 1001110 | 11000 | 10000000 | 1010000 | 101010 |
Color Harmonies of #15C12B
Complementary color
Monochromatic Colors of #15C12B
Black with #15C12B
Text Example
Text Example
White with #15C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C12B; }
p { color: rgb(21,193,43); }
H1.HeaderClassName
{
color: #15C12B;
}
.AnyTagClassName
{
color: #15C12B;
}
</style>
background-color css
<style>
a { background-color: #15C12B; }
a { background-color: rgb(21,193,43); }
div.DivClassName
{
background-color: #15C12B;
}
.BgClassName
{
background-color: #15C12B;
}
</style>
border-color css
<style>
span { border-color: #15C12B; }
span { border-color: rgb(21,193,43); }
td.TdClassName
{
border-color: #15C12B;
}
.TagClassName
{
border-color: #15C12B;
}
</style>