Shades of Pigment Green #12A951
Tints of Pigment Green #12A951
RGB
CMYK
RGB Variations
Color information
#12A951 (or 0x12A951) is known color: Pigment Green. HEX triplet: 12, A9 and 51. RGB value is (18,169,81). Sum of RGB (Red+Green+Blue) = 18+169+81=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #12A951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A951 is #ED56AE. Grayscale: #727272. Windows color (decimal): -15554223 or 5351698. OLE color: 5351698.
HSL color Cylindrical-coordinate representation of color #12A951: hue angle of 145.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A951 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 169 | 81 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.34 |
| HSL | 145.03º | 0.81% | 0.37% | - |
| HSV(B) | 145.03º | 0.89% | 0.66% | - |
| XYZ | 15.92 | 29.1 | 12.56 | - |
| YUV | 113.82 | 109.47 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 81 | 0.89 | 0 | 0.52 | 0.34 | 145.03 | 0.81 | 0.37 |
| Hex | 12 | A9 | 51 | 59 | 0 | 34 | 22 | 91 | 51 | 25 |
| Octal | 22 | 251 | 121 | 131 | 0 | 64 | 42 | 221 | 121 | 45 |
| Binary | 10010 | 10101001 | 1010001 | 1011001 | 0 | 110100 | 100010 | 10010001 | 1010001 | 100101 |
Color Harmonies of #12A951
Complementary color
Monochromatic Colors of #12A951
Black with #12A951
Text Example
Text Example
White with #12A951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A951; }
p { color: rgb(18,169,81); }
H1.HeaderClassName
{
color: #12A951;
}
.AnyTagClassName
{
color: #12A951;
}
</style>
background-color css
<style>
a { background-color: #12A951; }
a { background-color: rgb(18,169,81); }
div.DivClassName
{
background-color: #12A951;
}
.BgClassName
{
background-color: #12A951;
}
</style>
border-color css
<style>
span { border-color: #12A951; }
span { border-color: rgb(18,169,81); }
td.TdClassName
{
border-color: #12A951;
}
.TagClassName
{
border-color: #12A951;
}
</style>