Shades of Dark Pastel Green #12BA51
Tints of Dark Pastel Green #12BA51
RGB
CMYK
RGB Variations
Color information
#12BA51 (or 0x12BA51) is known color: Dark Pastel Green. HEX triplet: 12, BA and 51. RGB value is (18,186,81). Sum of RGB (Red+Green+Blue) = 18+186+81=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA51 is #ED45AE. Grayscale: #7C7C7C. Windows color (decimal): -15549871 or 5356050. OLE color: 5356050.
HSL color Cylindrical-coordinate representation of color #12BA51: hue angle of 142.5º 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 #12BA51 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 81 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.27 |
| HSL | 142.5º | 0.82% | 0.4% | - |
| HSV(B) | 142.5º | 0.9% | 0.73% | - |
| XYZ | 19.29 | 35.84 | 13.69 | - |
| YUV | 123.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 81 | 0.90 | 0 | 0.56 | 0.27 | 142.5 | 0.82 | 0.4 |
| Hex | 12 | BA | 51 | 5A | 0 | 38 | 1B | 8E | 52 | 28 |
| Octal | 22 | 272 | 121 | 132 | 0 | 70 | 33 | 216 | 122 | 50 |
| Binary | 10010 | 10111010 | 1010001 | 1011010 | 0 | 111000 | 11011 | 10001110 | 1010010 | 101000 |
Color Harmonies of #12BA51
Complementary color
Monochromatic Colors of #12BA51
Black with #12BA51
Text Example
Text Example
White with #12BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA51; }
p { color: rgb(18,186,81); }
H1.HeaderClassName
{
color: #12BA51;
}
.AnyTagClassName
{
color: #12BA51;
}
</style>
background-color css
<style>
a { background-color: #12BA51; }
a { background-color: rgb(18,186,81); }
div.DivClassName
{
background-color: #12BA51;
}
.BgClassName
{
background-color: #12BA51;
}
</style>
border-color css
<style>
span { border-color: #12BA51; }
span { border-color: rgb(18,186,81); }
td.TdClassName
{
border-color: #12BA51;
}
.TagClassName
{
border-color: #12BA51;
}
</style>