Shades of Pigment Green #12A752
Tints of Pigment Green #12A752
RGB
CMYK
RGB Variations
Color information
#12A752 (or 0x12A752) is known color: Pigment Green. HEX triplet: 12, A7 and 52. RGB value is (18,167,82). Sum of RGB (Red+Green+Blue) = 18+167+82=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 167 (65.62% from 255 or 62.55% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 167 - color contains mainly: green. Hex color #12A752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A752 is #ED58AD. Grayscale: #707070. Windows color (decimal): -15554734 or 5416722. OLE color: 5416722.
HSL color Cylindrical-coordinate representation of color #12A752: hue angle of 145.77º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A752 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 167 | 82 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.35 |
| HSL | 145.77º | 0.81% | 0.36% | - |
| HSV(B) | 145.77º | 0.89% | 0.65% | - |
| XYZ | 15.59 | 28.38 | 12.64 | - |
| YUV | 112.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 167 | 82 | 0.89 | 0 | 0.51 | 0.35 | 145.77 | 0.81 | 0.36 |
| Hex | 12 | A7 | 52 | 59 | 0 | 33 | 23 | 92 | 51 | 24 |
| Octal | 22 | 247 | 122 | 131 | 0 | 63 | 43 | 222 | 121 | 44 |
| Binary | 10010 | 10100111 | 1010010 | 1011001 | 0 | 110011 | 100011 | 10010010 | 1010001 | 100100 |
Color Harmonies of #12A752
Complementary color
Monochromatic Colors of #12A752
Black with #12A752
Text Example
Text Example
White with #12A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A752; }
p { color: rgb(18,167,82); }
H1.HeaderClassName
{
color: #12A752;
}
.AnyTagClassName
{
color: #12A752;
}
</style>
background-color css
<style>
a { background-color: #12A752; }
a { background-color: rgb(18,167,82); }
div.DivClassName
{
background-color: #12A752;
}
.BgClassName
{
background-color: #12A752;
}
</style>
border-color css
<style>
span { border-color: #12A752; }
span { border-color: rgb(18,167,82); }
td.TdClassName
{
border-color: #12A752;
}
.TagClassName
{
border-color: #12A752;
}
</style>