Shades of Pigment Green #12BA5D
Tints of Pigment Green #12BA5D
RGB
CMYK
RGB Variations
Color information
#12BA5D (or 0x12BA5D) is known color: Pigment Green. HEX triplet: 12, BA and 5D. RGB value is (18,186,93). Sum of RGB (Red+Green+Blue) = 18+186+93=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA5D is #ED45A2. Grayscale: #7D7D7D. Windows color (decimal): -15549859 or 6142482. OLE color: 6142482.
HSL color Cylindrical-coordinate representation of color #12BA5D: hue angle of 146.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA5D is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 93 | - |
| CMYK | 0.90 | 0 | 0.5 | 0.27 |
| HSL | 146.79º | 0.82% | 0.4% | - |
| HSV(B) | 146.79º | 0.9% | 0.73% | - |
| XYZ | 19.78 | 36.04 | 16.27 | - |
| YUV | 125.17 | 109.84 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 93 | 0.90 | 0 | 0.5 | 0.27 | 146.79 | 0.82 | 0.4 |
| Hex | 12 | BA | 5D | 5A | 0 | 32 | 1B | 93 | 52 | 28 |
| Octal | 22 | 272 | 135 | 132 | 0 | 62 | 33 | 223 | 122 | 50 |
| Binary | 10010 | 10111010 | 1011101 | 1011010 | 0 | 110010 | 11011 | 10010011 | 1010010 | 101000 |
Color Harmonies of #12BA5D
Complementary color
Monochromatic Colors of #12BA5D
Black with #12BA5D
Text Example
Text Example
White with #12BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA5D; }
p { color: rgb(18,186,93); }
H1.HeaderClassName
{
color: #12BA5D;
}
.AnyTagClassName
{
color: #12BA5D;
}
</style>
background-color css
<style>
a { background-color: #12BA5D; }
a { background-color: rgb(18,186,93); }
div.DivClassName
{
background-color: #12BA5D;
}
.BgClassName
{
background-color: #12BA5D;
}
</style>
border-color css
<style>
span { border-color: #12BA5D; }
span { border-color: rgb(18,186,93); }
td.TdClassName
{
border-color: #12BA5D;
}
.TagClassName
{
border-color: #12BA5D;
}
</style>