Shades of Pigment Green #12A059
Tints of Pigment Green #12A059
RGB
CMYK
RGB Variations
Color information
#12A059 (or 0x12A059) is known color: Pigment Green. HEX triplet: 12, A0 and 59. RGB value is (18,160,89). Sum of RGB (Red+Green+Blue) = 18+160+89=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #12A059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A059 is #ED5FA6. Grayscale: #6D6D6D. Windows color (decimal): -15556519 or 5873682. OLE color: 5873682.
HSL color Cylindrical-coordinate representation of color #12A059: hue angle of 150º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A059 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 89 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.37 |
| HSL | 150º | 0.8% | 0.35% | - |
| HSV(B) | 150º | 0.89% | 0.63% | - |
| XYZ | 14.62 | 25.99 | 13.7 | - |
| YUV | 109.45 | 116.46 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 89 | 0.89 | 0 | 0.44 | 0.37 | 150 | 0.8 | 0.35 |
| Hex | 12 | A0 | 59 | 59 | 0 | 2C | 25 | 96 | 50 | 23 |
| Octal | 22 | 240 | 131 | 131 | 0 | 54 | 45 | 226 | 120 | 43 |
| Binary | 10010 | 10100000 | 1011001 | 1011001 | 0 | 101100 | 100101 | 10010110 | 1010000 | 100011 |
Color Harmonies of #12A059
Complementary color
Monochromatic Colors of #12A059
Black with #12A059
Text Example
Text Example
White with #12A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A059; }
p { color: rgb(18,160,89); }
H1.HeaderClassName
{
color: #12A059;
}
.AnyTagClassName
{
color: #12A059;
}
</style>
background-color css
<style>
a { background-color: #12A059; }
a { background-color: rgb(18,160,89); }
div.DivClassName
{
background-color: #12A059;
}
.BgClassName
{
background-color: #12A059;
}
</style>
border-color css
<style>
span { border-color: #12A059; }
span { border-color: rgb(18,160,89); }
td.TdClassName
{
border-color: #12A059;
}
.TagClassName
{
border-color: #12A059;
}
</style>