Shades of Pigment Green #12AA4D
Tints of Pigment Green #12AA4D
RGB
CMYK
RGB Variations
Color information
#12AA4D (or 0x12AA4D) is known color: Pigment Green. HEX triplet: 12, AA and 4D. RGB value is (18,170,77). Sum of RGB (Red+Green+Blue) = 18+170+77=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA4D is #ED55B2. Grayscale: #727272. Windows color (decimal): -15553971 or 5089810. OLE color: 5089810.
HSL color Cylindrical-coordinate representation of color #12AA4D: hue angle of 143.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA4D is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 170 | 77 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.33 |
| HSL | 143.29º | 0.81% | 0.37% | - |
| HSV(B) | 143.29º | 0.89% | 0.67% | - |
| XYZ | 15.96 | 29.41 | 11.86 | - |
| YUV | 113.95 | 107.14 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 77 | 0.89 | 0 | 0.55 | 0.33 | 143.29 | 0.81 | 0.37 |
| Hex | 12 | AA | 4D | 59 | 0 | 37 | 21 | 8F | 51 | 25 |
| Octal | 22 | 252 | 115 | 131 | 0 | 67 | 41 | 217 | 121 | 45 |
| Binary | 10010 | 10101010 | 1001101 | 1011001 | 0 | 110111 | 100001 | 10001111 | 1010001 | 100101 |
Color Harmonies of #12AA4D
Complementary color
Monochromatic Colors of #12AA4D
Black with #12AA4D
Text Example
Text Example
White with #12AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AA4D; }
p { color: rgb(18,170,77); }
H1.HeaderClassName
{
color: #12AA4D;
}
.AnyTagClassName
{
color: #12AA4D;
}
</style>
background-color css
<style>
a { background-color: #12AA4D; }
a { background-color: rgb(18,170,77); }
div.DivClassName
{
background-color: #12AA4D;
}
.BgClassName
{
background-color: #12AA4D;
}
</style>
border-color css
<style>
span { border-color: #12AA4D; }
span { border-color: rgb(18,170,77); }
td.TdClassName
{
border-color: #12AA4D;
}
.TagClassName
{
border-color: #12AA4D;
}
</style>