Shades of Pigment Green #12A352
Tints of Pigment Green #12A352
RGB
CMYK
RGB Variations
Color information
#12A352 (or 0x12A352) is known color: Pigment Green. HEX triplet: 12, A3 and 52. RGB value is (18,163,82). Sum of RGB (Red+Green+Blue) = 18+163+82=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 163 (64.06% from 255 or 61.98% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 163 - color contains mainly: green. Hex color #12A352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A352 is #ED5CAD. Grayscale: #6E6E6E. Windows color (decimal): -15555758 or 5415698. OLE color: 5415698.
HSL color Cylindrical-coordinate representation of color #12A352: hue angle of 146.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A352 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 163 | 82 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.36 |
| HSL | 146.48º | 0.8% | 0.35% | - |
| HSV(B) | 146.48º | 0.89% | 0.64% | - |
| XYZ | 14.87 | 26.93 | 12.4 | - |
| YUV | 110.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 163 | 82 | 0.89 | 0 | 0.50 | 0.36 | 146.48 | 0.8 | 0.35 |
| Hex | 12 | A3 | 52 | 59 | 0 | 32 | 24 | 92 | 50 | 23 |
| Octal | 22 | 243 | 122 | 131 | 0 | 62 | 44 | 222 | 120 | 43 |
| Binary | 10010 | 10100011 | 1010010 | 1011001 | 0 | 110010 | 100100 | 10010010 | 1010000 | 100011 |
Color Harmonies of #12A352
Complementary color
Monochromatic Colors of #12A352
Black with #12A352
Text Example
Text Example
White with #12A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A352; }
p { color: rgb(18,163,82); }
H1.HeaderClassName
{
color: #12A352;
}
.AnyTagClassName
{
color: #12A352;
}
</style>
background-color css
<style>
a { background-color: #12A352; }
a { background-color: rgb(18,163,82); }
div.DivClassName
{
background-color: #12A352;
}
.BgClassName
{
background-color: #12A352;
}
</style>
border-color css
<style>
span { border-color: #12A352; }
span { border-color: rgb(18,163,82); }
td.TdClassName
{
border-color: #12A352;
}
.TagClassName
{
border-color: #12A352;
}
</style>