Shades of Pigment Green #12A047
Tints of Pigment Green #12A047
RGB
CMYK
RGB Variations
Color information
#12A047 (or 0x12A047) is known color: Pigment Green. HEX triplet: 12, A0 and 47. RGB value is (18,160,71). Sum of RGB (Red+Green+Blue) = 18+160+71=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #12A047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A047 is #ED5FB8. Grayscale: #6B6B6B. Windows color (decimal): -15556537 or 4694034. OLE color: 4694034.
HSL color Cylindrical-coordinate representation of color #12A047: hue angle of 142.39º 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 #12A047 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 71 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.37 |
| HSL | 142.39º | 0.8% | 0.35% | - |
| HSV(B) | 142.39º | 0.89% | 0.63% | - |
| XYZ | 13.96 | 25.73 | 10.19 | - |
| YUV | 107.4 | 107.46 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 71 | 0.89 | 0 | 0.56 | 0.37 | 142.39 | 0.8 | 0.35 |
| Hex | 12 | A0 | 47 | 59 | 0 | 38 | 25 | 8E | 50 | 23 |
| Octal | 22 | 240 | 107 | 131 | 0 | 70 | 45 | 216 | 120 | 43 |
| Binary | 10010 | 10100000 | 1000111 | 1011001 | 0 | 111000 | 100101 | 10001110 | 1010000 | 100011 |
Color Harmonies of #12A047
Complementary color
Monochromatic Colors of #12A047
Black with #12A047
Text Example
Text Example
White with #12A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A047; }
p { color: rgb(18,160,71); }
H1.HeaderClassName
{
color: #12A047;
}
.AnyTagClassName
{
color: #12A047;
}
</style>
background-color css
<style>
a { background-color: #12A047; }
a { background-color: rgb(18,160,71); }
div.DivClassName
{
background-color: #12A047;
}
.BgClassName
{
background-color: #12A047;
}
</style>
border-color css
<style>
span { border-color: #12A047; }
span { border-color: rgb(18,160,71); }
td.TdClassName
{
border-color: #12A047;
}
.TagClassName
{
border-color: #12A047;
}
</style>