Shades of Pigment Green #12A039
Tints of Pigment Green #12A039
RGB
CMYK
RGB Variations
Color information
#12A039 (or 0x12A039) is known color: Pigment Green. HEX triplet: 12, A0 and 39. RGB value is (18,160,57). Sum of RGB (Red+Green+Blue) = 18+160+57=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #12A039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A039 is #ED5FC6. Grayscale: #6A6A6A. Windows color (decimal): -15556551 or 3776530. OLE color: 3776530.
HSL color Cylindrical-coordinate representation of color #12A039: hue angle of 136.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A039 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 57 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.37 |
| HSL | 136.48º | 0.8% | 0.35% | - |
| HSV(B) | 136.48º | 0.89% | 0.63% | - |
| XYZ | 13.56 | 25.57 | 8.09 | - |
| YUV | 105.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 57 | 0.89 | 0 | 0.64 | 0.37 | 136.48 | 0.8 | 0.35 |
| Hex | 12 | A0 | 39 | 59 | 0 | 40 | 25 | 88 | 50 | 23 |
| Octal | 22 | 240 | 71 | 131 | 0 | 100 | 45 | 210 | 120 | 43 |
| Binary | 10010 | 10100000 | 111001 | 1011001 | 0 | 1000000 | 100101 | 10001000 | 1010000 | 100011 |
Color Harmonies of #12A039
Complementary color
Monochromatic Colors of #12A039
Black with #12A039
Text Example
Text Example
White with #12A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A039; }
p { color: rgb(18,160,57); }
H1.HeaderClassName
{
color: #12A039;
}
.AnyTagClassName
{
color: #12A039;
}
</style>
background-color css
<style>
a { background-color: #12A039; }
a { background-color: rgb(18,160,57); }
div.DivClassName
{
background-color: #12A039;
}
.BgClassName
{
background-color: #12A039;
}
</style>
border-color css
<style>
span { border-color: #12A039; }
span { border-color: rgb(18,160,57); }
td.TdClassName
{
border-color: #12A039;
}
.TagClassName
{
border-color: #12A039;
}
</style>