Shades of Pigment Green #12A643
Tints of Pigment Green #12A643
RGB
CMYK
RGB Variations
Color information
#12A643 (or 0x12A643) is known color: Pigment Green. HEX triplet: 12, A6 and 43. RGB value is (18,166,67). Sum of RGB (Red+Green+Blue) = 18+166+67=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 166 (65.23% from 255 or 66.14% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 166 - color contains mainly: green. Hex color #12A643 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A643 is #ED59BC. Grayscale: #6E6E6E. Windows color (decimal): -15555005 or 4433426. OLE color: 4433426.
HSL color Cylindrical-coordinate representation of color #12A643: hue angle of 139.86º 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 #12A643 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 166 | 67 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.35 |
| HSL | 139.86º | 0.8% | 0.36% | - |
| HSV(B) | 139.86º | 0.89% | 0.65% | - |
| XYZ | 14.9 | 27.81 | 9.89 | - |
| YUV | 110.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 67 | 0.89 | 0 | 0.60 | 0.35 | 139.86 | 0.8 | 0.36 |
| Hex | 12 | A6 | 43 | 59 | 0 | 3C | 23 | 8C | 50 | 24 |
| Octal | 22 | 246 | 103 | 131 | 0 | 74 | 43 | 214 | 120 | 44 |
| Binary | 10010 | 10100110 | 1000011 | 1011001 | 0 | 111100 | 100011 | 10001100 | 1010000 | 100100 |
Color Harmonies of #12A643
Complementary color
Monochromatic Colors of #12A643
Black with #12A643
Text Example
Text Example
White with #12A643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A643; }
p { color: rgb(18,166,67); }
H1.HeaderClassName
{
color: #12A643;
}
.AnyTagClassName
{
color: #12A643;
}
</style>
background-color css
<style>
a { background-color: #12A643; }
a { background-color: rgb(18,166,67); }
div.DivClassName
{
background-color: #12A643;
}
.BgClassName
{
background-color: #12A643;
}
</style>
border-color css
<style>
span { border-color: #12A643; }
span { border-color: rgb(18,166,67); }
td.TdClassName
{
border-color: #12A643;
}
.TagClassName
{
border-color: #12A643;
}
</style>