Shades of Dark Pastel Green #12AB32
Tints of Dark Pastel Green #12AB32
RGB
CMYK
RGB Variations
Color information
#12AB32 (or 0x12AB32) is known color: Dark Pastel Green. HEX triplet: 12, AB and 32. RGB value is (18,171,50). Sum of RGB (Red+Green+Blue) = 18+171+50=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 171 (67.19% from 255 or 71.55% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB32 is #ED54CD. Grayscale: #6F6F6F. Windows color (decimal): -15553742 or 3320594. OLE color: 3320594.
HSL color Cylindrical-coordinate representation of color #12AB32: hue angle of 132.55º 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 #12AB32 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 50 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.33 |
| HSL | 132.55º | 0.81% | 0.37% | - |
| HSV(B) | 132.55º | 0.89% | 0.67% | - |
| XYZ | 15.39 | 29.48 | 7.9 | - |
| YUV | 111.46 | 93.31 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 50 | 0.89 | 0 | 0.71 | 0.33 | 132.55 | 0.81 | 0.37 |
| Hex | 12 | AB | 32 | 59 | 0 | 47 | 21 | 85 | 51 | 25 |
| Octal | 22 | 253 | 62 | 131 | 0 | 107 | 41 | 205 | 121 | 45 |
| Binary | 10010 | 10101011 | 110010 | 1011001 | 0 | 1000111 | 100001 | 10000101 | 1010001 | 100101 |
Color Harmonies of #12AB32
Complementary color
Monochromatic Colors of #12AB32
Black with #12AB32
Text Example
Text Example
White with #12AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB32; }
p { color: rgb(18,171,50); }
H1.HeaderClassName
{
color: #12AB32;
}
.AnyTagClassName
{
color: #12AB32;
}
</style>
background-color css
<style>
a { background-color: #12AB32; }
a { background-color: rgb(18,171,50); }
div.DivClassName
{
background-color: #12AB32;
}
.BgClassName
{
background-color: #12AB32;
}
</style>
border-color css
<style>
span { border-color: #12AB32; }
span { border-color: rgb(18,171,50); }
td.TdClassName
{
border-color: #12AB32;
}
.TagClassName
{
border-color: #12AB32;
}
</style>