Shades of Dark Pastel Green #12BA48
Tints of Dark Pastel Green #12BA48
RGB
CMYK
RGB Variations
Color information
#12BA48 (or 0x12BA48) is known color: Dark Pastel Green. HEX triplet: 12, BA and 48. RGB value is (18,186,72). Sum of RGB (Red+Green+Blue) = 18+186+72=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA48 is #ED45B7. Grayscale: #7B7B7B. Windows color (decimal): -15549880 or 4766226. OLE color: 4766226.
HSL color Cylindrical-coordinate representation of color #12BA48: hue angle of 139.29º 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 #12BA48 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 72 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.27 |
| HSL | 139.29º | 0.82% | 0.4% | - |
| HSV(B) | 139.29º | 0.9% | 0.73% | - |
| XYZ | 18.98 | 35.71 | 12.02 | - |
| YUV | 122.77 | 99.34 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 72 | 0.90 | 0 | 0.61 | 0.27 | 139.29 | 0.82 | 0.4 |
| Hex | 12 | BA | 48 | 5A | 0 | 3D | 1B | 8B | 52 | 28 |
| Octal | 22 | 272 | 110 | 132 | 0 | 75 | 33 | 213 | 122 | 50 |
| Binary | 10010 | 10111010 | 1001000 | 1011010 | 0 | 111101 | 11011 | 10001011 | 1010010 | 101000 |
Color Harmonies of #12BA48
Complementary color
Monochromatic Colors of #12BA48
Black with #12BA48
Text Example
Text Example
White with #12BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA48; }
p { color: rgb(18,186,72); }
H1.HeaderClassName
{
color: #12BA48;
}
.AnyTagClassName
{
color: #12BA48;
}
</style>
background-color css
<style>
a { background-color: #12BA48; }
a { background-color: rgb(18,186,72); }
div.DivClassName
{
background-color: #12BA48;
}
.BgClassName
{
background-color: #12BA48;
}
</style>
border-color css
<style>
span { border-color: #12BA48; }
span { border-color: rgb(18,186,72); }
td.TdClassName
{
border-color: #12BA48;
}
.TagClassName
{
border-color: #12BA48;
}
</style>