Shades of Dark Pastel Green #15AC32
Tints of Dark Pastel Green #15AC32
RGB
CMYK
RGB Variations
Color information
#15AC32 (or 0x15AC32) is known color: Dark Pastel Green. HEX triplet: 15, AC and 32. RGB value is (21,172,50). Sum of RGB (Red+Green+Blue) = 21+172+50=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #15AC32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15AC32 is #EA53CD. Grayscale: #717171. Windows color (decimal): -15356878 or 3320853. OLE color: 3320853.
HSL color Cylindrical-coordinate representation of color #15AC32: hue angle of 131.52º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AC32 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 172 | 50 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.33 |
| HSL | 131.52º | 0.78% | 0.38% | - |
| HSV(B) | 131.52º | 0.88% | 0.67% | - |
| XYZ | 15.64 | 29.89 | 7.96 | - |
| YUV | 112.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 50 | 0.88 | 0 | 0.71 | 0.33 | 131.52 | 0.78 | 0.38 |
| Hex | 15 | AC | 32 | 58 | 0 | 47 | 21 | 84 | 4E | 26 |
| Octal | 25 | 254 | 62 | 130 | 0 | 107 | 41 | 204 | 116 | 46 |
| Binary | 10101 | 10101100 | 110010 | 1011000 | 0 | 1000111 | 100001 | 10000100 | 1001110 | 100110 |
Color Harmonies of #15AC32
Complementary color
Monochromatic Colors of #15AC32
Black with #15AC32
Text Example
Text Example
White with #15AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AC32; }
p { color: rgb(21,172,50); }
H1.HeaderClassName
{
color: #15AC32;
}
.AnyTagClassName
{
color: #15AC32;
}
</style>
background-color css
<style>
a { background-color: #15AC32; }
a { background-color: rgb(21,172,50); }
div.DivClassName
{
background-color: #15AC32;
}
.BgClassName
{
background-color: #15AC32;
}
</style>
border-color css
<style>
span { border-color: #15AC32; }
span { border-color: rgb(21,172,50); }
td.TdClassName
{
border-color: #15AC32;
}
.TagClassName
{
border-color: #15AC32;
}
</style>