Shades of Dark Pastel Green #12BA50
Tints of Dark Pastel Green #12BA50
RGB
CMYK
RGB Variations
Color information
#12BA50 (or 0x12BA50) is known color: Dark Pastel Green. HEX triplet: 12, BA and 50. RGB value is (18,186,80). Sum of RGB (Red+Green+Blue) = 18+186+80=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA50 is #ED45AF. Grayscale: #7B7B7B. Windows color (decimal): -15549872 or 5290514. OLE color: 5290514.
HSL color Cylindrical-coordinate representation of color #12BA50: hue angle of 142.14º 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 #12BA50 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 80 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.27 |
| HSL | 142.14º | 0.82% | 0.4% | - |
| HSV(B) | 142.14º | 0.9% | 0.73% | - |
| XYZ | 19.26 | 35.83 | 13.49 | - |
| YUV | 123.68 | 103.34 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 80 | 0.90 | 0 | 0.57 | 0.27 | 142.14 | 0.82 | 0.4 |
| Hex | 12 | BA | 50 | 5A | 0 | 39 | 1B | 8E | 52 | 28 |
| Octal | 22 | 272 | 120 | 132 | 0 | 71 | 33 | 216 | 122 | 50 |
| Binary | 10010 | 10111010 | 1010000 | 1011010 | 0 | 111001 | 11011 | 10001110 | 1010010 | 101000 |
Color Harmonies of #12BA50
Complementary color
Monochromatic Colors of #12BA50
Black with #12BA50
Text Example
Text Example
White with #12BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA50; }
p { color: rgb(18,186,80); }
H1.HeaderClassName
{
color: #12BA50;
}
.AnyTagClassName
{
color: #12BA50;
}
</style>
background-color css
<style>
a { background-color: #12BA50; }
a { background-color: rgb(18,186,80); }
div.DivClassName
{
background-color: #12BA50;
}
.BgClassName
{
background-color: #12BA50;
}
</style>
border-color css
<style>
span { border-color: #12BA50; }
span { border-color: rgb(18,186,80); }
td.TdClassName
{
border-color: #12BA50;
}
.TagClassName
{
border-color: #12BA50;
}
</style>