Shades of Pigment Green #12AA4B
Tints of Pigment Green #12AA4B
RGB
CMYK
RGB Variations
Color information
#12AA4B (or 0x12AA4B) is known color: Pigment Green. HEX triplet: 12, AA and 4B. RGB value is (18,170,75). Sum of RGB (Red+Green+Blue) = 18+170+75=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA4B is #ED55B4. Grayscale: #717171. Windows color (decimal): -15553973 or 4958738. OLE color: 4958738.
HSL color Cylindrical-coordinate representation of color #12AA4B: hue angle of 142.5º 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 #12AA4B is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 170 | 75 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.33 |
| HSL | 142.5º | 0.81% | 0.37% | - |
| HSV(B) | 142.5º | 0.89% | 0.67% | - |
| XYZ | 15.89 | 29.39 | 11.49 | - |
| YUV | 113.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 75 | 0.89 | 0 | 0.56 | 0.33 | 142.5 | 0.81 | 0.37 |
| Hex | 12 | AA | 4B | 59 | 0 | 38 | 21 | 8E | 51 | 25 |
| Octal | 22 | 252 | 113 | 131 | 0 | 70 | 41 | 216 | 121 | 45 |
| Binary | 10010 | 10101010 | 1001011 | 1011001 | 0 | 111000 | 100001 | 10001110 | 1010001 | 100101 |
Color Harmonies of #12AA4B
Complementary color
Monochromatic Colors of #12AA4B
Black with #12AA4B
Text Example
Text Example
White with #12AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AA4B; }
p { color: rgb(18,170,75); }
H1.HeaderClassName
{
color: #12AA4B;
}
.AnyTagClassName
{
color: #12AA4B;
}
</style>
background-color css
<style>
a { background-color: #12AA4B; }
a { background-color: rgb(18,170,75); }
div.DivClassName
{
background-color: #12AA4B;
}
.BgClassName
{
background-color: #12AA4B;
}
</style>
border-color css
<style>
span { border-color: #12AA4B; }
span { border-color: rgb(18,170,75); }
td.TdClassName
{
border-color: #12AA4B;
}
.TagClassName
{
border-color: #12AA4B;
}
</style>