Shades of Pigment Green #12A14A
Tints of Pigment Green #12A14A
RGB
CMYK
RGB Variations
Color information
#12A14A (or 0x12A14A) is known color: Pigment Green. HEX triplet: 12, A1 and 4A. RGB value is (18,161,74). Sum of RGB (Red+Green+Blue) = 18+161+74=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #12A14A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A14A is #ED5EB5. Grayscale: #6C6C6C. Windows color (decimal): -15556278 or 4890898. OLE color: 4890898.
HSL color Cylindrical-coordinate representation of color #12A14A: hue angle of 143.5º 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 #12A14A is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 161 | 74 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.37 |
| HSL | 143.5º | 0.8% | 0.35% | - |
| HSV(B) | 143.5º | 0.89% | 0.63% | - |
| XYZ | 14.23 | 26.11 | 10.77 | - |
| YUV | 108.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 74 | 0.89 | 0 | 0.54 | 0.37 | 143.5 | 0.8 | 0.35 |
| Hex | 12 | A1 | 4A | 59 | 0 | 36 | 25 | 8F | 50 | 23 |
| Octal | 22 | 241 | 112 | 131 | 0 | 66 | 45 | 217 | 120 | 43 |
| Binary | 10010 | 10100001 | 1001010 | 1011001 | 0 | 110110 | 100101 | 10001111 | 1010000 | 100011 |
Color Harmonies of #12A14A
Complementary color
Monochromatic Colors of #12A14A
Black with #12A14A
Text Example
Text Example
White with #12A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A14A; }
p { color: rgb(18,161,74); }
H1.HeaderClassName
{
color: #12A14A;
}
.AnyTagClassName
{
color: #12A14A;
}
</style>
background-color css
<style>
a { background-color: #12A14A; }
a { background-color: rgb(18,161,74); }
div.DivClassName
{
background-color: #12A14A;
}
.BgClassName
{
background-color: #12A14A;
}
</style>
border-color css
<style>
span { border-color: #12A14A; }
span { border-color: rgb(18,161,74); }
td.TdClassName
{
border-color: #12A14A;
}
.TagClassName
{
border-color: #12A14A;
}
</style>