Shades of Dark Pastel Green #15C13F
Tints of Dark Pastel Green #15C13F
RGB
CMYK
RGB Variations
Color information
#15C13F (or 0x15C13F) is known color: Dark Pastel Green. HEX triplet: 15, C1 and 3F. RGB value is (21,193,63). Sum of RGB (Red+Green+Blue) = 21+193+63=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #15C13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C13F is #EA3EC0. Grayscale: #7F7F7F. Windows color (decimal): -15351489 or 4178197. OLE color: 4178197.
HSL color Cylindrical-coordinate representation of color #15C13F: hue angle of 134.65º 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 #15C13F is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 193 | 63 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.24 |
| HSL | 134.65º | 0.8% | 0.42% | - |
| HSV(B) | 134.65º | 0.89% | 0.76% | - |
| XYZ | 20.28 | 38.66 | 11.1 | - |
| YUV | 126.75 | 92.02 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 193 | 63 | 0.89 | 0 | 0.67 | 0.24 | 134.65 | 0.8 | 0.42 |
| Hex | 15 | C1 | 3F | 59 | 0 | 43 | 18 | 87 | 50 | 2A |
| Octal | 25 | 301 | 77 | 131 | 0 | 103 | 30 | 207 | 120 | 52 |
| Binary | 10101 | 11000001 | 111111 | 1011001 | 0 | 1000011 | 11000 | 10000111 | 1010000 | 101010 |
Color Harmonies of #15C13F
Complementary color
Monochromatic Colors of #15C13F
Black with #15C13F
Text Example
Text Example
White with #15C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C13F; }
p { color: rgb(21,193,63); }
H1.HeaderClassName
{
color: #15C13F;
}
.AnyTagClassName
{
color: #15C13F;
}
</style>
background-color css
<style>
a { background-color: #15C13F; }
a { background-color: rgb(21,193,63); }
div.DivClassName
{
background-color: #15C13F;
}
.BgClassName
{
background-color: #15C13F;
}
</style>
border-color css
<style>
span { border-color: #15C13F; }
span { border-color: rgb(21,193,63); }
td.TdClassName
{
border-color: #15C13F;
}
.TagClassName
{
border-color: #15C13F;
}
</style>