Shades of Pigment Green #12AC5D
Tints of Pigment Green #12AC5D
RGB
CMYK
RGB Variations
Color information
#12AC5D (or 0x12AC5D) is known color: Pigment Green. HEX triplet: 12, AC and 5D. RGB value is (18,172,93). Sum of RGB (Red+Green+Blue) = 18+172+93=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC5D is #ED53A2. Grayscale: #757575. Windows color (decimal): -15553443 or 6138898. OLE color: 6138898.
HSL color Cylindrical-coordinate representation of color #12AC5D: hue angle of 149.22º 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 #12AC5D is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 172 | 93 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.33 |
| HSL | 149.22º | 0.81% | 0.37% | - |
| HSV(B) | 149.22º | 0.9% | 0.67% | - |
| XYZ | 16.98 | 30.42 | 15.33 | - |
| YUV | 116.95 | 114.48 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 93 | 0.90 | 0 | 0.46 | 0.33 | 149.22 | 0.81 | 0.37 |
| Hex | 12 | AC | 5D | 5A | 0 | 2E | 21 | 95 | 51 | 25 |
| Octal | 22 | 254 | 135 | 132 | 0 | 56 | 41 | 225 | 121 | 45 |
| Binary | 10010 | 10101100 | 1011101 | 1011010 | 0 | 101110 | 100001 | 10010101 | 1010001 | 100101 |
Color Harmonies of #12AC5D
Complementary color
Monochromatic Colors of #12AC5D
Black with #12AC5D
Text Example
Text Example
White with #12AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AC5D; }
p { color: rgb(18,172,93); }
H1.HeaderClassName
{
color: #12AC5D;
}
.AnyTagClassName
{
color: #12AC5D;
}
</style>
background-color css
<style>
a { background-color: #12AC5D; }
a { background-color: rgb(18,172,93); }
div.DivClassName
{
background-color: #12AC5D;
}
.BgClassName
{
background-color: #12AC5D;
}
</style>
border-color css
<style>
span { border-color: #12AC5D; }
span { border-color: rgb(18,172,93); }
td.TdClassName
{
border-color: #12AC5D;
}
.TagClassName
{
border-color: #12AC5D;
}
</style>