Shades of Pigment Green #12AB52
Tints of Pigment Green #12AB52
RGB
CMYK
RGB Variations
Color information
#12AB52 (or 0x12AB52) is known color: Pigment Green. HEX triplet: 12, AB and 52. RGB value is (18,171,82). Sum of RGB (Red+Green+Blue) = 18+171+82=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB52 is #ED54AD. Grayscale: #737373. Windows color (decimal): -15553710 or 5417746. OLE color: 5417746.
HSL color Cylindrical-coordinate representation of color #12AB52: hue angle of 145.1º 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 #12AB52 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 82 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.33 |
| HSL | 145.1º | 0.81% | 0.37% | - |
| HSV(B) | 145.1º | 0.89% | 0.67% | - |
| XYZ | 16.34 | 29.86 | 12.89 | - |
| YUV | 115.11 | 109.31 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 82 | 0.89 | 0 | 0.52 | 0.33 | 145.1 | 0.81 | 0.37 |
| Hex | 12 | AB | 52 | 59 | 0 | 34 | 21 | 91 | 51 | 25 |
| Octal | 22 | 253 | 122 | 131 | 0 | 64 | 41 | 221 | 121 | 45 |
| Binary | 10010 | 10101011 | 1010010 | 1011001 | 0 | 110100 | 100001 | 10010001 | 1010001 | 100101 |
Color Harmonies of #12AB52
Complementary color
Monochromatic Colors of #12AB52
Black with #12AB52
Text Example
Text Example
White with #12AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB52; }
p { color: rgb(18,171,82); }
H1.HeaderClassName
{
color: #12AB52;
}
.AnyTagClassName
{
color: #12AB52;
}
</style>
background-color css
<style>
a { background-color: #12AB52; }
a { background-color: rgb(18,171,82); }
div.DivClassName
{
background-color: #12AB52;
}
.BgClassName
{
background-color: #12AB52;
}
</style>
border-color css
<style>
span { border-color: #12AB52; }
span { border-color: rgb(18,171,82); }
td.TdClassName
{
border-color: #12AB52;
}
.TagClassName
{
border-color: #12AB52;
}
</style>