Shades of Dark Pastel Green #12AB2C
Tints of Dark Pastel Green #12AB2C
RGB
CMYK
RGB Variations
Color information
#12AB2C (or 0x12AB2C) is known color: Dark Pastel Green. HEX triplet: 12, AB and 2C. RGB value is (18,171,44). Sum of RGB (Red+Green+Blue) = 18+171+44=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 171 (67.19% from 255 or 73.39% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB2C is #ED54D3. Grayscale: #6F6F6F. Windows color (decimal): -15553748 or 2927378. OLE color: 2927378.
HSL color Cylindrical-coordinate representation of color #12AB2C: hue angle of 130.2º 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 #12AB2C is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 44 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.33 |
| HSL | 130.2º | 0.81% | 0.37% | - |
| HSV(B) | 130.2º | 0.89% | 0.67% | - |
| XYZ | 15.27 | 29.44 | 7.26 | - |
| YUV | 110.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 44 | 0.89 | 0 | 0.74 | 0.33 | 130.2 | 0.81 | 0.37 |
| Hex | 12 | AB | 2C | 59 | 0 | 4A | 21 | 82 | 51 | 25 |
| Octal | 22 | 253 | 54 | 131 | 0 | 112 | 41 | 202 | 121 | 45 |
| Binary | 10010 | 10101011 | 101100 | 1011001 | 0 | 1001010 | 100001 | 10000010 | 1010001 | 100101 |
Color Harmonies of #12AB2C
Complementary color
Monochromatic Colors of #12AB2C
Black with #12AB2C
Text Example
Text Example
White with #12AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB2C; }
p { color: rgb(18,171,44); }
H1.HeaderClassName
{
color: #12AB2C;
}
.AnyTagClassName
{
color: #12AB2C;
}
</style>
background-color css
<style>
a { background-color: #12AB2C; }
a { background-color: rgb(18,171,44); }
div.DivClassName
{
background-color: #12AB2C;
}
.BgClassName
{
background-color: #12AB2C;
}
</style>
border-color css
<style>
span { border-color: #12AB2C; }
span { border-color: rgb(18,171,44); }
td.TdClassName
{
border-color: #12AB2C;
}
.TagClassName
{
border-color: #12AB2C;
}
</style>