Shades of Pigment Green #12AB49
Tints of Pigment Green #12AB49
RGB
CMYK
RGB Variations
Color information
#12AB49 (or 0x12AB49) is known color: Pigment Green. HEX triplet: 12, AB and 49. RGB value is (18,171,73). Sum of RGB (Red+Green+Blue) = 18+171+73=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB49 is #ED54B6. Grayscale: #727272. Windows color (decimal): -15553719 or 4827922. OLE color: 4827922.
HSL color Cylindrical-coordinate representation of color #12AB49: hue angle of 141.57º 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 #12AB49 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 73 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.33 |
| HSL | 141.57º | 0.81% | 0.37% | - |
| HSV(B) | 141.57º | 0.89% | 0.67% | - |
| XYZ | 16.01 | 29.74 | 11.2 | - |
| YUV | 114.08 | 104.81 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 73 | 0.89 | 0 | 0.57 | 0.33 | 141.57 | 0.81 | 0.37 |
| Hex | 12 | AB | 49 | 59 | 0 | 39 | 21 | 8E | 51 | 25 |
| Octal | 22 | 253 | 111 | 131 | 0 | 71 | 41 | 216 | 121 | 45 |
| Binary | 10010 | 10101011 | 1001001 | 1011001 | 0 | 111001 | 100001 | 10001110 | 1010001 | 100101 |
Color Harmonies of #12AB49
Complementary color
Monochromatic Colors of #12AB49
Black with #12AB49
Text Example
Text Example
White with #12AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB49; }
p { color: rgb(18,171,73); }
H1.HeaderClassName
{
color: #12AB49;
}
.AnyTagClassName
{
color: #12AB49;
}
</style>
background-color css
<style>
a { background-color: #12AB49; }
a { background-color: rgb(18,171,73); }
div.DivClassName
{
background-color: #12AB49;
}
.BgClassName
{
background-color: #12AB49;
}
</style>
border-color css
<style>
span { border-color: #12AB49; }
span { border-color: rgb(18,171,73); }
td.TdClassName
{
border-color: #12AB49;
}
.TagClassName
{
border-color: #12AB49;
}
</style>