Shades of Dark Pastel Green #12B946
Tints of Dark Pastel Green #12B946
RGB
CMYK
RGB Variations
Color information
#12B946 (or 0x12B946) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 46. RGB value is (18,185,70). Sum of RGB (Red+Green+Blue) = 18+185+70=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #12B946 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B946 is #ED46B9. Grayscale: #7A7A7A. Windows color (decimal): -15550138 or 4634898. OLE color: 4634898.
HSL color Cylindrical-coordinate representation of color #12B946: hue angle of 138.68º 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 #12B946 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 70 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.27 |
| HSL | 138.68º | 0.82% | 0.4% | - |
| HSV(B) | 138.68º | 0.9% | 0.73% | - |
| XYZ | 18.7 | 35.27 | 11.62 | - |
| YUV | 121.96 | 98.67 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 70 | 0.90 | 0 | 0.62 | 0.27 | 138.68 | 0.82 | 0.4 |
| Hex | 12 | B9 | 46 | 5A | 0 | 3E | 1B | 8B | 52 | 28 |
| Octal | 22 | 271 | 106 | 132 | 0 | 76 | 33 | 213 | 122 | 50 |
| Binary | 10010 | 10111001 | 1000110 | 1011010 | 0 | 111110 | 11011 | 10001011 | 1010010 | 101000 |
Color Harmonies of #12B946
Complementary color
Monochromatic Colors of #12B946
Black with #12B946
Text Example
Text Example
White with #12B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B946; }
p { color: rgb(18,185,70); }
H1.HeaderClassName
{
color: #12B946;
}
.AnyTagClassName
{
color: #12B946;
}
</style>
background-color css
<style>
a { background-color: #12B946; }
a { background-color: rgb(18,185,70); }
div.DivClassName
{
background-color: #12B946;
}
.BgClassName
{
background-color: #12B946;
}
</style>
border-color css
<style>
span { border-color: #12B946; }
span { border-color: rgb(18,185,70); }
td.TdClassName
{
border-color: #12B946;
}
.TagClassName
{
border-color: #12B946;
}
</style>