Shades of Pigment Green #12AC55
Tints of Pigment Green #12AC55
RGB
CMYK
RGB Variations
Color information
#12AC55 (or 0x12AC55) is known color: Pigment Green. HEX triplet: 12, AC and 55. RGB value is (18,172,85). Sum of RGB (Red+Green+Blue) = 18+172+85=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC55 is #ED53AA. Grayscale: #747474. Windows color (decimal): -15553451 or 5614610. OLE color: 5614610.
HSL color Cylindrical-coordinate representation of color #12AC55: hue angle of 146.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC55 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 172 | 85 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.33 |
| HSL | 146.1º | 0.81% | 0.37% | - |
| HSV(B) | 146.1º | 0.9% | 0.67% | - |
| XYZ | 16.64 | 30.29 | 13.56 | - |
| YUV | 116.04 | 110.48 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 85 | 0.90 | 0 | 0.51 | 0.33 | 146.1 | 0.81 | 0.37 |
| Hex | 12 | AC | 55 | 5A | 0 | 33 | 21 | 92 | 51 | 25 |
| Octal | 22 | 254 | 125 | 132 | 0 | 63 | 41 | 222 | 121 | 45 |
| Binary | 10010 | 10101100 | 1010101 | 1011010 | 0 | 110011 | 100001 | 10010010 | 1010001 | 100101 |
Color Harmonies of #12AC55
Complementary color
Monochromatic Colors of #12AC55
Black with #12AC55
Text Example
Text Example
White with #12AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AC55; }
p { color: rgb(18,172,85); }
H1.HeaderClassName
{
color: #12AC55;
}
.AnyTagClassName
{
color: #12AC55;
}
</style>
background-color css
<style>
a { background-color: #12AC55; }
a { background-color: rgb(18,172,85); }
div.DivClassName
{
background-color: #12AC55;
}
.BgClassName
{
background-color: #12AC55;
}
</style>
border-color css
<style>
span { border-color: #12AC55; }
span { border-color: rgb(18,172,85); }
td.TdClassName
{
border-color: #12AC55;
}
.TagClassName
{
border-color: #12AC55;
}
</style>