Shades of Dark Pastel Green #12AA32
Tints of Dark Pastel Green #12AA32
RGB
CMYK
RGB Variations
Color information
#12AA32 (or 0x12AA32) is known color: Dark Pastel Green. HEX triplet: 12, AA and 32. RGB value is (18,170,50). Sum of RGB (Red+Green+Blue) = 18+170+50=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA32 is #ED55CD. Grayscale: #6F6F6F. Windows color (decimal): -15553998 or 3320338. OLE color: 3320338.
HSL color Cylindrical-coordinate representation of color #12AA32: hue angle of 132.63º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA32 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 170 | 50 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.33 |
| HSL | 132.63º | 0.81% | 0.37% | - |
| HSV(B) | 132.63º | 0.89% | 0.67% | - |
| XYZ | 15.2 | 29.11 | 7.83 | - |
| YUV | 110.87 | 93.64 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 50 | 0.89 | 0 | 0.71 | 0.33 | 132.63 | 0.81 | 0.37 |
| Hex | 12 | AA | 32 | 59 | 0 | 47 | 21 | 85 | 51 | 25 |
| Octal | 22 | 252 | 62 | 131 | 0 | 107 | 41 | 205 | 121 | 45 |
| Binary | 10010 | 10101010 | 110010 | 1011001 | 0 | 1000111 | 100001 | 10000101 | 1010001 | 100101 |
Color Harmonies of #12AA32
Complementary color
Monochromatic Colors of #12AA32
Black with #12AA32
Text Example
Text Example
White with #12AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AA32; }
p { color: rgb(18,170,50); }
H1.HeaderClassName
{
color: #12AA32;
}
.AnyTagClassName
{
color: #12AA32;
}
</style>
background-color css
<style>
a { background-color: #12AA32; }
a { background-color: rgb(18,170,50); }
div.DivClassName
{
background-color: #12AA32;
}
.BgClassName
{
background-color: #12AA32;
}
</style>
border-color css
<style>
span { border-color: #12AA32; }
span { border-color: rgb(18,170,50); }
td.TdClassName
{
border-color: #12AA32;
}
.TagClassName
{
border-color: #12AA32;
}
</style>