Shades of Dark Pastel Green #12AC32
Tints of Dark Pastel Green #12AC32
RGB
CMYK
RGB Variations
Color information
#12AC32 (or 0x12AC32) is known color: Dark Pastel Green. HEX triplet: 12, AC and 32. RGB value is (18,172,50). Sum of RGB (Red+Green+Blue) = 18+172+50=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC32 is #ED53CD. Grayscale: #707070. Windows color (decimal): -15553486 or 3320850. OLE color: 3320850.
HSL color Cylindrical-coordinate representation of color #12AC32: hue angle of 132.47º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC32 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 172 | 50 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.33 |
| HSL | 132.47º | 0.81% | 0.37% | - |
| HSV(B) | 132.47º | 0.9% | 0.67% | - |
| XYZ | 15.58 | 29.86 | 7.96 | - |
| YUV | 112.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 50 | 0.90 | 0 | 0.71 | 0.33 | 132.47 | 0.81 | 0.37 |
| Hex | 12 | AC | 32 | 5A | 0 | 47 | 21 | 84 | 51 | 25 |
| Octal | 22 | 254 | 62 | 132 | 0 | 107 | 41 | 204 | 121 | 45 |
| Binary | 10010 | 10101100 | 110010 | 1011010 | 0 | 1000111 | 100001 | 10000100 | 1010001 | 100101 |
Color Harmonies of #12AC32
Complementary color
Monochromatic Colors of #12AC32
Black with #12AC32
Text Example
Text Example
White with #12AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AC32; }
p { color: rgb(18,172,50); }
H1.HeaderClassName
{
color: #12AC32;
}
.AnyTagClassName
{
color: #12AC32;
}
</style>
background-color css
<style>
a { background-color: #12AC32; }
a { background-color: rgb(18,172,50); }
div.DivClassName
{
background-color: #12AC32;
}
.BgClassName
{
background-color: #12AC32;
}
</style>
border-color css
<style>
span { border-color: #12AC32; }
span { border-color: rgb(18,172,50); }
td.TdClassName
{
border-color: #12AC32;
}
.TagClassName
{
border-color: #12AC32;
}
</style>