Shades of Dark Pastel Green #12BA49
Tints of Dark Pastel Green #12BA49
RGB
CMYK
RGB Variations
Color information
#12BA49 (or 0x12BA49) is known color: Dark Pastel Green. HEX triplet: 12, BA and 49. RGB value is (18,186,73). Sum of RGB (Red+Green+Blue) = 18+186+73=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA49 is #ED45B6. Grayscale: #7B7B7B. Windows color (decimal): -15549879 or 4831762. OLE color: 4831762.
HSL color Cylindrical-coordinate representation of color #12BA49: hue angle of 139.64º 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 #12BA49 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 73 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.27 |
| HSL | 139.64º | 0.82% | 0.4% | - |
| HSV(B) | 139.64º | 0.9% | 0.73% | - |
| XYZ | 19.01 | 35.73 | 12.2 | - |
| YUV | 122.89 | 99.84 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 73 | 0.90 | 0 | 0.61 | 0.27 | 139.64 | 0.82 | 0.4 |
| Hex | 12 | BA | 49 | 5A | 0 | 3D | 1B | 8C | 52 | 28 |
| Octal | 22 | 272 | 111 | 132 | 0 | 75 | 33 | 214 | 122 | 50 |
| Binary | 10010 | 10111010 | 1001001 | 1011010 | 0 | 111101 | 11011 | 10001100 | 1010010 | 101000 |
Color Harmonies of #12BA49
Complementary color
Monochromatic Colors of #12BA49
Black with #12BA49
Text Example
Text Example
White with #12BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA49; }
p { color: rgb(18,186,73); }
H1.HeaderClassName
{
color: #12BA49;
}
.AnyTagClassName
{
color: #12BA49;
}
</style>
background-color css
<style>
a { background-color: #12BA49; }
a { background-color: rgb(18,186,73); }
div.DivClassName
{
background-color: #12BA49;
}
.BgClassName
{
background-color: #12BA49;
}
</style>
border-color css
<style>
span { border-color: #12BA49; }
span { border-color: rgb(18,186,73); }
td.TdClassName
{
border-color: #12BA49;
}
.TagClassName
{
border-color: #12BA49;
}
</style>