Shades of Dark Pastel Green #12AB28
Tints of Dark Pastel Green #12AB28
RGB
CMYK
RGB Variations
Color information
#12AB28 (or 0x12AB28) is known color: Dark Pastel Green. HEX triplet: 12, AB and 28. RGB value is (18,171,40). Sum of RGB (Red+Green+Blue) = 18+171+40=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB28 is #ED54D7. Grayscale: #6E6E6E. Windows color (decimal): -15553752 or 2665234. OLE color: 2665234.
HSL color Cylindrical-coordinate representation of color #12AB28: hue angle of 128.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 #12AB28 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 40 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.33 |
| HSL | 128.63º | 0.81% | 0.37% | - |
| HSV(B) | 128.63º | 0.89% | 0.67% | - |
| XYZ | 15.2 | 29.41 | 6.88 | - |
| YUV | 110.32 | 88.31 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 40 | 0.89 | 0 | 0.77 | 0.33 | 128.63 | 0.81 | 0.37 |
| Hex | 12 | AB | 28 | 59 | 0 | 4D | 21 | 81 | 51 | 25 |
| Octal | 22 | 253 | 50 | 131 | 0 | 115 | 41 | 201 | 121 | 45 |
| Binary | 10010 | 10101011 | 101000 | 1011001 | 0 | 1001101 | 100001 | 10000001 | 1010001 | 100101 |
Color Harmonies of #12AB28
Complementary color
Monochromatic Colors of #12AB28
Black with #12AB28
Text Example
Text Example
White with #12AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB28; }
p { color: rgb(18,171,40); }
H1.HeaderClassName
{
color: #12AB28;
}
.AnyTagClassName
{
color: #12AB28;
}
</style>
background-color css
<style>
a { background-color: #12AB28; }
a { background-color: rgb(18,171,40); }
div.DivClassName
{
background-color: #12AB28;
}
.BgClassName
{
background-color: #12AB28;
}
</style>
border-color css
<style>
span { border-color: #12AB28; }
span { border-color: rgb(18,171,40); }
td.TdClassName
{
border-color: #12AB28;
}
.TagClassName
{
border-color: #12AB28;
}
</style>