Shades of Pigment Green #12A058
Tints of Pigment Green #12A058
RGB
CMYK
RGB Variations
Color information
#12A058 (or 0x12A058) is known color: Pigment Green. HEX triplet: 12, A0 and 58. RGB value is (18,160,88). Sum of RGB (Red+Green+Blue) = 18+160+88=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #12A058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A058 is #ED5FA7. Grayscale: #6D6D6D. Windows color (decimal): -15556520 or 5808146. OLE color: 5808146.
HSL color Cylindrical-coordinate representation of color #12A058: hue angle of 149.58º 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 #12A058 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 88 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.37 |
| HSL | 149.58º | 0.8% | 0.35% | - |
| HSV(B) | 149.58º | 0.89% | 0.63% | - |
| XYZ | 14.58 | 25.97 | 13.48 | - |
| YUV | 109.33 | 115.96 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 88 | 0.89 | 0 | 0.45 | 0.37 | 149.58 | 0.8 | 0.35 |
| Hex | 12 | A0 | 58 | 59 | 0 | 2D | 25 | 96 | 50 | 23 |
| Octal | 22 | 240 | 130 | 131 | 0 | 55 | 45 | 226 | 120 | 43 |
| Binary | 10010 | 10100000 | 1011000 | 1011001 | 0 | 101101 | 100101 | 10010110 | 1010000 | 100011 |
Color Harmonies of #12A058
Complementary color
Monochromatic Colors of #12A058
Black with #12A058
Text Example
Text Example
White with #12A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A058; }
p { color: rgb(18,160,88); }
H1.HeaderClassName
{
color: #12A058;
}
.AnyTagClassName
{
color: #12A058;
}
</style>
background-color css
<style>
a { background-color: #12A058; }
a { background-color: rgb(18,160,88); }
div.DivClassName
{
background-color: #12A058;
}
.BgClassName
{
background-color: #12A058;
}
</style>
border-color css
<style>
span { border-color: #12A058; }
span { border-color: rgb(18,160,88); }
td.TdClassName
{
border-color: #12A058;
}
.TagClassName
{
border-color: #12A058;
}
</style>