Shades of Dark Pastel Green #12BA3B
Tints of Dark Pastel Green #12BA3B
RGB
CMYK
RGB Variations
Color information
#12BA3B (or 0x12BA3B) is known color: Dark Pastel Green. HEX triplet: 12, BA and 3B. RGB value is (18,186,59). Sum of RGB (Red+Green+Blue) = 18+186+59=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA3B is #ED45C4. Grayscale: #797979. Windows color (decimal): -15549893 or 3914258. OLE color: 3914258.
HSL color Cylindrical-coordinate representation of color #12BA3B: hue angle of 134.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 #12BA3B is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 59 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.27 |
| HSL | 134.64º | 0.82% | 0.4% | - |
| HSV(B) | 134.64º | 0.9% | 0.73% | - |
| XYZ | 18.6 | 35.56 | 10.02 | - |
| YUV | 121.29 | 92.84 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 59 | 0.90 | 0 | 0.68 | 0.27 | 134.64 | 0.82 | 0.4 |
| Hex | 12 | BA | 3B | 5A | 0 | 44 | 1B | 87 | 52 | 28 |
| Octal | 22 | 272 | 73 | 132 | 0 | 104 | 33 | 207 | 122 | 50 |
| Binary | 10010 | 10111010 | 111011 | 1011010 | 0 | 1000100 | 11011 | 10000111 | 1010010 | 101000 |
Color Harmonies of #12BA3B
Complementary color
Monochromatic Colors of #12BA3B
Black with #12BA3B
Text Example
Text Example
White with #12BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA3B; }
p { color: rgb(18,186,59); }
H1.HeaderClassName
{
color: #12BA3B;
}
.AnyTagClassName
{
color: #12BA3B;
}
</style>
background-color css
<style>
a { background-color: #12BA3B; }
a { background-color: rgb(18,186,59); }
div.DivClassName
{
background-color: #12BA3B;
}
.BgClassName
{
background-color: #12BA3B;
}
</style>
border-color css
<style>
span { border-color: #12BA3B; }
span { border-color: rgb(18,186,59); }
td.TdClassName
{
border-color: #12BA3B;
}
.TagClassName
{
border-color: #12BA3B;
}
</style>