Shades of Dark Pastel Green #12BA36
Tints of Dark Pastel Green #12BA36
RGB
CMYK
RGB Variations
Color information
#12BA36 (or 0x12BA36) is known color: Dark Pastel Green. HEX triplet: 12, BA and 36. RGB value is (18,186,54). Sum of RGB (Red+Green+Blue) = 18+186+54=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA36 is #ED45C9. Grayscale: #797979. Windows color (decimal): -15549898 or 3586578. OLE color: 3586578.
HSL color Cylindrical-coordinate representation of color #12BA36: hue angle of 132.86º 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 #12BA36 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 54 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.27 |
| HSL | 132.86º | 0.82% | 0.4% | - |
| HSV(B) | 132.86º | 0.9% | 0.73% | - |
| XYZ | 18.47 | 35.51 | 9.37 | - |
| YUV | 120.72 | 90.34 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 54 | 0.90 | 0 | 0.71 | 0.27 | 132.86 | 0.82 | 0.4 |
| Hex | 12 | BA | 36 | 5A | 0 | 47 | 1B | 85 | 52 | 28 |
| Octal | 22 | 272 | 66 | 132 | 0 | 107 | 33 | 205 | 122 | 50 |
| Binary | 10010 | 10111010 | 110110 | 1011010 | 0 | 1000111 | 11011 | 10000101 | 1010010 | 101000 |
Color Harmonies of #12BA36
Complementary color
Monochromatic Colors of #12BA36
Black with #12BA36
Text Example
Text Example
White with #12BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA36; }
p { color: rgb(18,186,54); }
H1.HeaderClassName
{
color: #12BA36;
}
.AnyTagClassName
{
color: #12BA36;
}
</style>
background-color css
<style>
a { background-color: #12BA36; }
a { background-color: rgb(18,186,54); }
div.DivClassName
{
background-color: #12BA36;
}
.BgClassName
{
background-color: #12BA36;
}
</style>
border-color css
<style>
span { border-color: #12BA36; }
span { border-color: rgb(18,186,54); }
td.TdClassName
{
border-color: #12BA36;
}
.TagClassName
{
border-color: #12BA36;
}
</style>