Shades of Pigment Green #12A855
Tints of Pigment Green #12A855
RGB
CMYK
RGB Variations
Color information
#12A855 (or 0x12A855) is known color: Pigment Green. HEX triplet: 12, A8 and 55. RGB value is (18,168,85). Sum of RGB (Red+Green+Blue) = 18+168+85=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #12A855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A855 is #ED57AA. Grayscale: #717171. Windows color (decimal): -15554475 or 5613586. OLE color: 5613586.
HSL color Cylindrical-coordinate representation of color #12A855: hue angle of 146.8º 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 #12A855 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 85 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.34 |
| HSL | 146.8º | 0.81% | 0.36% | - |
| HSV(B) | 146.8º | 0.89% | 0.66% | - |
| XYZ | 15.89 | 28.79 | 13.31 | - |
| YUV | 113.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 85 | 0.89 | 0 | 0.49 | 0.34 | 146.8 | 0.81 | 0.36 |
| Hex | 12 | A8 | 55 | 59 | 0 | 31 | 22 | 93 | 51 | 24 |
| Octal | 22 | 250 | 125 | 131 | 0 | 61 | 42 | 223 | 121 | 44 |
| Binary | 10010 | 10101000 | 1010101 | 1011001 | 0 | 110001 | 100010 | 10010011 | 1010001 | 100100 |
Color Harmonies of #12A855
Complementary color
Monochromatic Colors of #12A855
Black with #12A855
Text Example
Text Example
White with #12A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A855; }
p { color: rgb(18,168,85); }
H1.HeaderClassName
{
color: #12A855;
}
.AnyTagClassName
{
color: #12A855;
}
</style>
background-color css
<style>
a { background-color: #12A855; }
a { background-color: rgb(18,168,85); }
div.DivClassName
{
background-color: #12A855;
}
.BgClassName
{
background-color: #12A855;
}
</style>
border-color css
<style>
span { border-color: #12A855; }
span { border-color: rgb(18,168,85); }
td.TdClassName
{
border-color: #12A855;
}
.TagClassName
{
border-color: #12A855;
}
</style>