Shades of Dark Pastel Green #12BA1D
Tints of Dark Pastel Green #12BA1D
RGB
CMYK
RGB Variations
Color information
#12BA1D (or 0x12BA1D) is known color: Dark Pastel Green. HEX triplet: 12, BA and 1D. RGB value is (18,186,29). Sum of RGB (Red+Green+Blue) = 18+186+29=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA1D is #ED45E2. Grayscale: #767676. Windows color (decimal): -15549923 or 1948178. OLE color: 1948178.
HSL color Cylindrical-coordinate representation of color #12BA1D: hue angle of 123.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 #12BA1D is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 29 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.27 |
| HSL | 123.93º | 0.82% | 0.4% | - |
| HSV(B) | 123.93º | 0.9% | 0.73% | - |
| XYZ | 18.03 | 35.34 | 7.03 | - |
| YUV | 117.87 | 77.84 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 29 | 0.90 | 0 | 0.84 | 0.27 | 123.93 | 0.82 | 0.4 |
| Hex | 12 | BA | 1D | 5A | 0 | 54 | 1B | 7C | 52 | 28 |
| Octal | 22 | 272 | 35 | 132 | 0 | 124 | 33 | 174 | 122 | 50 |
| Binary | 10010 | 10111010 | 11101 | 1011010 | 0 | 1010100 | 11011 | 1111100 | 1010010 | 101000 |
Color Harmonies of #12BA1D
Complementary color
Monochromatic Colors of #12BA1D
Black with #12BA1D
Text Example
Text Example
White with #12BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA1D; }
p { color: rgb(18,186,29); }
H1.HeaderClassName
{
color: #12BA1D;
}
.AnyTagClassName
{
color: #12BA1D;
}
</style>
background-color css
<style>
a { background-color: #12BA1D; }
a { background-color: rgb(18,186,29); }
div.DivClassName
{
background-color: #12BA1D;
}
.BgClassName
{
background-color: #12BA1D;
}
</style>
border-color css
<style>
span { border-color: #12BA1D; }
span { border-color: rgb(18,186,29); }
td.TdClassName
{
border-color: #12BA1D;
}
.TagClassName
{
border-color: #12BA1D;
}
</style>