Shades of Dark Pastel Green #15C04B
Tints of Dark Pastel Green #15C04B
RGB
CMYK
RGB Variations
Color information
#15C04B (or 0x15C04B) is known color: Dark Pastel Green. HEX triplet: 15, C0 and 4B. RGB value is (21,192,75). Sum of RGB (Red+Green+Blue) = 21+192+75=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #15C04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C04B is #EA3FB4. Grayscale: #7F7F7F. Windows color (decimal): -15351733 or 4964373. OLE color: 4964373.
HSL color Cylindrical-coordinate representation of color #15C04B: hue angle of 138.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C04B is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 75 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.25 |
| HSL | 138.95º | 0.8% | 0.42% | - |
| HSV(B) | 138.95º | 0.89% | 0.75% | - |
| XYZ | 20.43 | 38.37 | 12.99 | - |
| YUV | 127.53 | 98.35 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 75 | 0.89 | 0 | 0.61 | 0.25 | 138.95 | 0.8 | 0.42 |
| Hex | 15 | C0 | 4B | 59 | 0 | 3D | 19 | 8B | 50 | 2A |
| Octal | 25 | 300 | 113 | 131 | 0 | 75 | 31 | 213 | 120 | 52 |
| Binary | 10101 | 11000000 | 1001011 | 1011001 | 0 | 111101 | 11001 | 10001011 | 1010000 | 101010 |
Color Harmonies of #15C04B
Complementary color
Monochromatic Colors of #15C04B
Black with #15C04B
Text Example
Text Example
White with #15C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C04B; }
p { color: rgb(21,192,75); }
H1.HeaderClassName
{
color: #15C04B;
}
.AnyTagClassName
{
color: #15C04B;
}
</style>
background-color css
<style>
a { background-color: #15C04B; }
a { background-color: rgb(21,192,75); }
div.DivClassName
{
background-color: #15C04B;
}
.BgClassName
{
background-color: #15C04B;
}
</style>
border-color css
<style>
span { border-color: #15C04B; }
span { border-color: rgb(21,192,75); }
td.TdClassName
{
border-color: #15C04B;
}
.TagClassName
{
border-color: #15C04B;
}
</style>