Shades of Pigment Green #12A851
Tints of Pigment Green #12A851
RGB
CMYK
RGB Variations
Color information
#12A851 (or 0x12A851) is known color: Pigment Green. HEX triplet: 12, A8 and 51. RGB value is (18,168,81). Sum of RGB (Red+Green+Blue) = 18+168+81=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 168 (66.02% from 255 or 62.92% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 168 - color contains mainly: green. Hex color #12A851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A851 is #ED57AE. Grayscale: #717171. Windows color (decimal): -15554479 or 5351442. OLE color: 5351442.
HSL color Cylindrical-coordinate representation of color #12A851: hue angle of 145.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A851 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 81 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.34 |
| HSL | 145.2º | 0.81% | 0.36% | - |
| HSV(B) | 145.2º | 0.89% | 0.66% | - |
| XYZ | 15.74 | 28.73 | 12.5 | - |
| YUV | 113.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 81 | 0.89 | 0 | 0.52 | 0.34 | 145.2 | 0.81 | 0.36 |
| Hex | 12 | A8 | 51 | 59 | 0 | 34 | 22 | 91 | 51 | 24 |
| Octal | 22 | 250 | 121 | 131 | 0 | 64 | 42 | 221 | 121 | 44 |
| Binary | 10010 | 10101000 | 1010001 | 1011001 | 0 | 110100 | 100010 | 10010001 | 1010001 | 100100 |
Color Harmonies of #12A851
Complementary color
Monochromatic Colors of #12A851
Black with #12A851
Text Example
Text Example
White with #12A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A851; }
p { color: rgb(18,168,81); }
H1.HeaderClassName
{
color: #12A851;
}
.AnyTagClassName
{
color: #12A851;
}
</style>
background-color css
<style>
a { background-color: #12A851; }
a { background-color: rgb(18,168,81); }
div.DivClassName
{
background-color: #12A851;
}
.BgClassName
{
background-color: #12A851;
}
</style>
border-color css
<style>
span { border-color: #12A851; }
span { border-color: rgb(18,168,81); }
td.TdClassName
{
border-color: #12A851;
}
.TagClassName
{
border-color: #12A851;
}
</style>