Shades of Pigment Green #12A652
Tints of Pigment Green #12A652
RGB
CMYK
RGB Variations
Color information
#12A652 (or 0x12A652) is known color: Pigment Green. HEX triplet: 12, A6 and 52. RGB value is (18,166,82). Sum of RGB (Red+Green+Blue) = 18+166+82=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 166 (65.23% from 255 or 62.41% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 166 - color contains mainly: green. Hex color #12A652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A652 is #ED59AD. Grayscale: #707070. Windows color (decimal): -15554990 or 5416466. OLE color: 5416466.
HSL color Cylindrical-coordinate representation of color #12A652: hue angle of 145.95º degrees, saturation: 0.8, 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 #12A652 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 166 | 82 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.35 |
| HSL | 145.95º | 0.8% | 0.36% | - |
| HSV(B) | 145.95º | 0.89% | 0.65% | - |
| XYZ | 15.41 | 28.01 | 12.58 | - |
| YUV | 112.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 82 | 0.89 | 0 | 0.51 | 0.35 | 145.95 | 0.8 | 0.36 |
| Hex | 12 | A6 | 52 | 59 | 0 | 33 | 23 | 92 | 50 | 24 |
| Octal | 22 | 246 | 122 | 131 | 0 | 63 | 43 | 222 | 120 | 44 |
| Binary | 10010 | 10100110 | 1010010 | 1011001 | 0 | 110011 | 100011 | 10010010 | 1010000 | 100100 |
Color Harmonies of #12A652
Complementary color
Monochromatic Colors of #12A652
Black with #12A652
Text Example
Text Example
White with #12A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A652; }
p { color: rgb(18,166,82); }
H1.HeaderClassName
{
color: #12A652;
}
.AnyTagClassName
{
color: #12A652;
}
</style>
background-color css
<style>
a { background-color: #12A652; }
a { background-color: rgb(18,166,82); }
div.DivClassName
{
background-color: #12A652;
}
.BgClassName
{
background-color: #12A652;
}
</style>
border-color css
<style>
span { border-color: #12A652; }
span { border-color: rgb(18,166,82); }
td.TdClassName
{
border-color: #12A652;
}
.TagClassName
{
border-color: #12A652;
}
</style>