Shades of Dark Pastel Green #12BA20
Tints of Dark Pastel Green #12BA20
RGB
CMYK
RGB Variations
Color information
#12BA20 (or 0x12BA20) is known color: Dark Pastel Green. HEX triplet: 12, BA and 20. RGB value is (18,186,32). Sum of RGB (Red+Green+Blue) = 18+186+32=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA20 is #ED45DF. Grayscale: #767676. Windows color (decimal): -15549920 or 2144786. OLE color: 2144786.
HSL color Cylindrical-coordinate representation of color #12BA20: hue angle of 125º 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 #12BA20 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 32 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.27 |
| HSL | 125º | 0.82% | 0.4% | - |
| HSV(B) | 125º | 0.9% | 0.73% | - |
| XYZ | 18.07 | 35.35 | 7.24 | - |
| YUV | 118.21 | 79.34 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 32 | 0.90 | 0 | 0.83 | 0.27 | 125 | 0.82 | 0.4 |
| Hex | 12 | BA | 20 | 5A | 0 | 53 | 1B | 7D | 52 | 28 |
| Octal | 22 | 272 | 40 | 132 | 0 | 123 | 33 | 175 | 122 | 50 |
| Binary | 10010 | 10111010 | 100000 | 1011010 | 0 | 1010011 | 11011 | 1111101 | 1010010 | 101000 |
Color Harmonies of #12BA20
Complementary color
Monochromatic Colors of #12BA20
Black with #12BA20
Text Example
Text Example
White with #12BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA20; }
p { color: rgb(18,186,32); }
H1.HeaderClassName
{
color: #12BA20;
}
.AnyTagClassName
{
color: #12BA20;
}
</style>
background-color css
<style>
a { background-color: #12BA20; }
a { background-color: rgb(18,186,32); }
div.DivClassName
{
background-color: #12BA20;
}
.BgClassName
{
background-color: #12BA20;
}
</style>
border-color css
<style>
span { border-color: #12BA20; }
span { border-color: rgb(18,186,32); }
td.TdClassName
{
border-color: #12BA20;
}
.TagClassName
{
border-color: #12BA20;
}
</style>