Shades of Dark Pastel Green #12BA3F
Tints of Dark Pastel Green #12BA3F
RGB
CMYK
RGB Variations
Color information
#12BA3F (or 0x12BA3F) is known color: Dark Pastel Green. HEX triplet: 12, BA and 3F. RGB value is (18,186,63). Sum of RGB (Red+Green+Blue) = 18+186+63=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA3F is #ED45C0. Grayscale: #7A7A7A. Windows color (decimal): -15549889 or 4176402. OLE color: 4176402.
HSL color Cylindrical-coordinate representation of color #12BA3F: hue angle of 136.07º 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 #12BA3F is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 63 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.27 |
| HSL | 136.07º | 0.82% | 0.4% | - |
| HSV(B) | 136.07º | 0.9% | 0.73% | - |
| XYZ | 18.71 | 35.61 | 10.59 | - |
| YUV | 121.75 | 94.84 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 63 | 0.90 | 0 | 0.66 | 0.27 | 136.07 | 0.82 | 0.4 |
| Hex | 12 | BA | 3F | 5A | 0 | 42 | 1B | 88 | 52 | 28 |
| Octal | 22 | 272 | 77 | 132 | 0 | 102 | 33 | 210 | 122 | 50 |
| Binary | 10010 | 10111010 | 111111 | 1011010 | 0 | 1000010 | 11011 | 10001000 | 1010010 | 101000 |
Color Harmonies of #12BA3F
Complementary color
Monochromatic Colors of #12BA3F
Black with #12BA3F
Text Example
Text Example
White with #12BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA3F; }
p { color: rgb(18,186,63); }
H1.HeaderClassName
{
color: #12BA3F;
}
.AnyTagClassName
{
color: #12BA3F;
}
</style>
background-color css
<style>
a { background-color: #12BA3F; }
a { background-color: rgb(18,186,63); }
div.DivClassName
{
background-color: #12BA3F;
}
.BgClassName
{
background-color: #12BA3F;
}
</style>
border-color css
<style>
span { border-color: #12BA3F; }
span { border-color: rgb(18,186,63); }
td.TdClassName
{
border-color: #12BA3F;
}
.TagClassName
{
border-color: #12BA3F;
}
</style>