Shades of Dark Pastel Green #12AB2B
Tints of Dark Pastel Green #12AB2B
RGB
CMYK
RGB Variations
Color information
#12AB2B (or 0x12AB2B) is known color: Dark Pastel Green. HEX triplet: 12, AB and 2B. RGB value is (18,171,43). Sum of RGB (Red+Green+Blue) = 18+171+43=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 171 (67.19% from 255 or 73.71% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB2B is #ED54D4. Grayscale: #6F6F6F. Windows color (decimal): -15553749 or 2861842. OLE color: 2861842.
HSL color Cylindrical-coordinate representation of color #12AB2B: hue angle of 129.8º 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 #12AB2B is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 43 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.33 |
| HSL | 129.8º | 0.81% | 0.37% | - |
| HSV(B) | 129.8º | 0.89% | 0.67% | - |
| XYZ | 15.25 | 29.43 | 7.16 | - |
| YUV | 110.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 43 | 0.89 | 0 | 0.75 | 0.33 | 129.8 | 0.81 | 0.37 |
| Hex | 12 | AB | 2B | 59 | 0 | 4B | 21 | 82 | 51 | 25 |
| Octal | 22 | 253 | 53 | 131 | 0 | 113 | 41 | 202 | 121 | 45 |
| Binary | 10010 | 10101011 | 101011 | 1011001 | 0 | 1001011 | 100001 | 10000010 | 1010001 | 100101 |
Color Harmonies of #12AB2B
Complementary color
Monochromatic Colors of #12AB2B
Black with #12AB2B
Text Example
Text Example
White with #12AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB2B; }
p { color: rgb(18,171,43); }
H1.HeaderClassName
{
color: #12AB2B;
}
.AnyTagClassName
{
color: #12AB2B;
}
</style>
background-color css
<style>
a { background-color: #12AB2B; }
a { background-color: rgb(18,171,43); }
div.DivClassName
{
background-color: #12AB2B;
}
.BgClassName
{
background-color: #12AB2B;
}
</style>
border-color css
<style>
span { border-color: #12AB2B; }
span { border-color: rgb(18,171,43); }
td.TdClassName
{
border-color: #12AB2B;
}
.TagClassName
{
border-color: #12AB2B;
}
</style>