Shades of Dark Pastel Green #12BA40
Tints of Dark Pastel Green #12BA40
RGB
CMYK
RGB Variations
Color information
#12BA40 (or 0x12BA40) is known color: Dark Pastel Green. HEX triplet: 12, BA and 40. RGB value is (18,186,64). Sum of RGB (Red+Green+Blue) = 18+186+64=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA40 is #ED45BF. Grayscale: #7A7A7A. Windows color (decimal): -15549888 or 4241938. OLE color: 4241938.
HSL color Cylindrical-coordinate representation of color #12BA40: hue angle of 136.43º 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 #12BA40 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 64 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.27 |
| HSL | 136.43º | 0.82% | 0.4% | - |
| HSV(B) | 136.43º | 0.9% | 0.73% | - |
| XYZ | 18.73 | 35.62 | 10.74 | - |
| YUV | 121.86 | 95.34 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 64 | 0.90 | 0 | 0.66 | 0.27 | 136.43 | 0.82 | 0.4 |
| Hex | 12 | BA | 40 | 5A | 0 | 42 | 1B | 88 | 52 | 28 |
| Octal | 22 | 272 | 100 | 132 | 0 | 102 | 33 | 210 | 122 | 50 |
| Binary | 10010 | 10111010 | 1000000 | 1011010 | 0 | 1000010 | 11011 | 10001000 | 1010010 | 101000 |
Color Harmonies of #12BA40
Complementary color
Monochromatic Colors of #12BA40
Black with #12BA40
Text Example
Text Example
White with #12BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA40; }
p { color: rgb(18,186,64); }
H1.HeaderClassName
{
color: #12BA40;
}
.AnyTagClassName
{
color: #12BA40;
}
</style>
background-color css
<style>
a { background-color: #12BA40; }
a { background-color: rgb(18,186,64); }
div.DivClassName
{
background-color: #12BA40;
}
.BgClassName
{
background-color: #12BA40;
}
</style>
border-color css
<style>
span { border-color: #12BA40; }
span { border-color: rgb(18,186,64); }
td.TdClassName
{
border-color: #12BA40;
}
.TagClassName
{
border-color: #12BA40;
}
</style>