Shades of Dark Pastel Green #12AB2D
Tints of Dark Pastel Green #12AB2D
RGB
CMYK
RGB Variations
Color information
#12AB2D (or 0x12AB2D) is known color: Dark Pastel Green. HEX triplet: 12, AB and 2D. RGB value is (18,171,45). Sum of RGB (Red+Green+Blue) = 18+171+45=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 171 (67.19% from 255 or 73.08% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB2D is #ED54D2. Grayscale: #6F6F6F. Windows color (decimal): -15553747 or 2992914. OLE color: 2992914.
HSL color Cylindrical-coordinate representation of color #12AB2D: hue angle of 130.59º 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 #12AB2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 45 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.33 |
| HSL | 130.59º | 0.81% | 0.37% | - |
| HSV(B) | 130.59º | 0.89% | 0.67% | - |
| XYZ | 15.29 | 29.44 | 7.36 | - |
| YUV | 110.89 | 90.81 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 45 | 0.89 | 0 | 0.74 | 0.33 | 130.59 | 0.81 | 0.37 |
| Hex | 12 | AB | 2D | 59 | 0 | 4A | 21 | 83 | 51 | 25 |
| Octal | 22 | 253 | 55 | 131 | 0 | 112 | 41 | 203 | 121 | 45 |
| Binary | 10010 | 10101011 | 101101 | 1011001 | 0 | 1001010 | 100001 | 10000011 | 1010001 | 100101 |
Color Harmonies of #12AB2D
Complementary color
Monochromatic Colors of #12AB2D
Black with #12AB2D
Text Example
Text Example
White with #12AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB2D; }
p { color: rgb(18,171,45); }
H1.HeaderClassName
{
color: #12AB2D;
}
.AnyTagClassName
{
color: #12AB2D;
}
</style>
background-color css
<style>
a { background-color: #12AB2D; }
a { background-color: rgb(18,171,45); }
div.DivClassName
{
background-color: #12AB2D;
}
.BgClassName
{
background-color: #12AB2D;
}
</style>
border-color css
<style>
span { border-color: #12AB2D; }
span { border-color: rgb(18,171,45); }
td.TdClassName
{
border-color: #12AB2D;
}
.TagClassName
{
border-color: #12AB2D;
}
</style>