Shades of Dark Pastel Green #12BA47
Tints of Dark Pastel Green #12BA47
RGB
CMYK
RGB Variations
Color information
#12BA47 (or 0x12BA47) is known color: Dark Pastel Green. HEX triplet: 12, BA and 47. RGB value is (18,186,71). Sum of RGB (Red+Green+Blue) = 18+186+71=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA47 is #ED45B8. Grayscale: #7A7A7A. Windows color (decimal): -15549881 or 4700690. OLE color: 4700690.
HSL color Cylindrical-coordinate representation of color #12BA47: hue angle of 138.93º 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 #12BA47 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 71 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.27 |
| HSL | 138.93º | 0.82% | 0.4% | - |
| HSV(B) | 138.93º | 0.9% | 0.73% | - |
| XYZ | 18.95 | 35.7 | 11.85 | - |
| YUV | 122.66 | 98.84 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 71 | 0.90 | 0 | 0.62 | 0.27 | 138.93 | 0.82 | 0.4 |
| Hex | 12 | BA | 47 | 5A | 0 | 3E | 1B | 8B | 52 | 28 |
| Octal | 22 | 272 | 107 | 132 | 0 | 76 | 33 | 213 | 122 | 50 |
| Binary | 10010 | 10111010 | 1000111 | 1011010 | 0 | 111110 | 11011 | 10001011 | 1010010 | 101000 |
Color Harmonies of #12BA47
Complementary color
Monochromatic Colors of #12BA47
Black with #12BA47
Text Example
Text Example
White with #12BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA47; }
p { color: rgb(18,186,71); }
H1.HeaderClassName
{
color: #12BA47;
}
.AnyTagClassName
{
color: #12BA47;
}
</style>
background-color css
<style>
a { background-color: #12BA47; }
a { background-color: rgb(18,186,71); }
div.DivClassName
{
background-color: #12BA47;
}
.BgClassName
{
background-color: #12BA47;
}
</style>
border-color css
<style>
span { border-color: #12BA47; }
span { border-color: rgb(18,186,71); }
td.TdClassName
{
border-color: #12BA47;
}
.TagClassName
{
border-color: #12BA47;
}
</style>