Shades of Mountain Meadow #12D178
Tints of Mountain Meadow #12D178
RGB
CMYK
RGB Variations
Color information
#12D178 (or 0x12D178) is known color: Mountain Meadow. HEX triplet: 12, D1 and 78. RGB value is (18,209,120). Sum of RGB (Red+Green+Blue) = 18+209+120=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #12D178 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D178 is #ED2E87. Grayscale: #8D8D8D. Windows color (decimal): -15543944 or 7917842. OLE color: 7917842.
HSL color Cylindrical-coordinate representation of color #12D178: hue angle of 152.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D178 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 120 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.18 |
| HSL | 152.04º | 0.84% | 0.45% | - |
| HSV(B) | 152.04º | 0.91% | 0.82% | - |
| XYZ | 26.44 | 47.09 | 25.46 | - |
| YUV | 141.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 120 | 0.91 | 0 | 0.43 | 0.18 | 152.04 | 0.84 | 0.45 |
| Hex | 12 | D1 | 78 | 5B | 0 | 2B | 12 | 98 | 54 | 2D |
| Octal | 22 | 321 | 170 | 133 | 0 | 53 | 22 | 230 | 124 | 55 |
| Binary | 10010 | 11010001 | 1111000 | 1011011 | 0 | 101011 | 10010 | 10011000 | 1010100 | 101101 |
Color Harmonies of #12D178
Complementary color
Monochromatic Colors of #12D178
Black with #12D178
Text Example
Text Example
White with #12D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D178; }
p { color: rgb(18,209,120); }
H1.HeaderClassName
{
color: #12D178;
}
.AnyTagClassName
{
color: #12D178;
}
</style>
background-color css
<style>
a { background-color: #12D178; }
a { background-color: rgb(18,209,120); }
div.DivClassName
{
background-color: #12D178;
}
.BgClassName
{
background-color: #12D178;
}
</style>
border-color css
<style>
span { border-color: #12D178; }
span { border-color: rgb(18,209,120); }
td.TdClassName
{
border-color: #12D178;
}
.TagClassName
{
border-color: #12D178;
}
</style>