Shades of Dark Pastel Green #12B940
Tints of Dark Pastel Green #12B940
RGB
CMYK
RGB Variations
Color information
#12B940 (or 0x12B940) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 40. RGB value is (18,185,64). Sum of RGB (Red+Green+Blue) = 18+185+64=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 185 (72.66% from 255 or 69.29% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 185 - color contains mainly: green. Hex color #12B940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B940 is #ED46BF. Grayscale: #797979. Windows color (decimal): -15550144 or 4241682. OLE color: 4241682.
HSL color Cylindrical-coordinate representation of color #12B940: hue angle of 136.53º 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 #12B940 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 64 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.27 |
| HSL | 136.53º | 0.82% | 0.4% | - |
| HSV(B) | 136.53º | 0.9% | 0.73% | - |
| XYZ | 18.52 | 35.2 | 10.67 | - |
| YUV | 121.27 | 95.67 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 64 | 0.90 | 0 | 0.65 | 0.27 | 136.53 | 0.82 | 0.4 |
| Hex | 12 | B9 | 40 | 5A | 0 | 41 | 1B | 89 | 52 | 28 |
| Octal | 22 | 271 | 100 | 132 | 0 | 101 | 33 | 211 | 122 | 50 |
| Binary | 10010 | 10111001 | 1000000 | 1011010 | 0 | 1000001 | 11011 | 10001001 | 1010010 | 101000 |
Color Harmonies of #12B940
Complementary color
Monochromatic Colors of #12B940
Black with #12B940
Text Example
Text Example
White with #12B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B940; }
p { color: rgb(18,185,64); }
H1.HeaderClassName
{
color: #12B940;
}
.AnyTagClassName
{
color: #12B940;
}
</style>
background-color css
<style>
a { background-color: #12B940; }
a { background-color: rgb(18,185,64); }
div.DivClassName
{
background-color: #12B940;
}
.BgClassName
{
background-color: #12B940;
}
</style>
border-color css
<style>
span { border-color: #12B940; }
span { border-color: rgb(18,185,64); }
td.TdClassName
{
border-color: #12B940;
}
.TagClassName
{
border-color: #12B940;
}
</style>