Shades of Pigment Green #12A856
Tints of Pigment Green #12A856
RGB
CMYK
RGB Variations
Color information
#12A856 (or 0x12A856) is known color: Pigment Green. HEX triplet: 12, A8 and 56. RGB value is (18,168,86). Sum of RGB (Red+Green+Blue) = 18+168+86=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 168 (66.02% from 255 or 61.76% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 168 - color contains mainly: green. Hex color #12A856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A856 is #ED57A9. Grayscale: #717171. Windows color (decimal): -15554474 or 5679122. OLE color: 5679122.
HSL color Cylindrical-coordinate representation of color #12A856: hue angle of 147.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 #12A856 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 86 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.34 |
| HSL | 147.2º | 0.81% | 0.36% | - |
| HSV(B) | 147.2º | 0.89% | 0.66% | - |
| XYZ | 15.93 | 28.81 | 13.52 | - |
| YUV | 113.8 | 112.31 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 86 | 0.89 | 0 | 0.49 | 0.34 | 147.2 | 0.81 | 0.36 |
| Hex | 12 | A8 | 56 | 59 | 0 | 31 | 22 | 93 | 51 | 24 |
| Octal | 22 | 250 | 126 | 131 | 0 | 61 | 42 | 223 | 121 | 44 |
| Binary | 10010 | 10101000 | 1010110 | 1011001 | 0 | 110001 | 100010 | 10010011 | 1010001 | 100100 |
Color Harmonies of #12A856
Complementary color
Monochromatic Colors of #12A856
Black with #12A856
Text Example
Text Example
White with #12A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A856; }
p { color: rgb(18,168,86); }
H1.HeaderClassName
{
color: #12A856;
}
.AnyTagClassName
{
color: #12A856;
}
</style>
background-color css
<style>
a { background-color: #12A856; }
a { background-color: rgb(18,168,86); }
div.DivClassName
{
background-color: #12A856;
}
.BgClassName
{
background-color: #12A856;
}
</style>
border-color css
<style>
span { border-color: #12A856; }
span { border-color: rgb(18,168,86); }
td.TdClassName
{
border-color: #12A856;
}
.TagClassName
{
border-color: #12A856;
}
</style>