Shades of Mountain Meadow #12D778
Tints of Mountain Meadow #12D778
RGB
CMYK
RGB Variations
Color information
#12D778 (or 0x12D778) is known color: Mountain Meadow. HEX triplet: 12, D7 and 78. RGB value is (18,215,120). Sum of RGB (Red+Green+Blue) = 18+215+120=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #12D778 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D778 is #ED2887. Grayscale: #919191. Windows color (decimal): -15542408 or 7919378. OLE color: 7919378.
HSL color Cylindrical-coordinate representation of color #12D778: hue angle of 151.07º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D778 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 120 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.16 |
| HSL | 151.07º | 0.85% | 0.46% | - |
| HSV(B) | 151.07º | 0.92% | 0.84% | - |
| XYZ | 27.94 | 50.09 | 25.96 | - |
| YUV | 145.27 | 113.73 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 120 | 0.92 | 0 | 0.44 | 0.16 | 151.07 | 0.85 | 0.46 |
| Hex | 12 | D7 | 78 | 5C | 0 | 2C | 10 | 97 | 55 | 2E |
| Octal | 22 | 327 | 170 | 134 | 0 | 54 | 20 | 227 | 125 | 56 |
| Binary | 10010 | 11010111 | 1111000 | 1011100 | 0 | 101100 | 10000 | 10010111 | 1010101 | 101110 |
Color Harmonies of #12D778
Complementary color
Monochromatic Colors of #12D778
Black with #12D778
Text Example
Text Example
White with #12D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D778; }
p { color: rgb(18,215,120); }
H1.HeaderClassName
{
color: #12D778;
}
.AnyTagClassName
{
color: #12D778;
}
</style>
background-color css
<style>
a { background-color: #12D778; }
a { background-color: rgb(18,215,120); }
div.DivClassName
{
background-color: #12D778;
}
.BgClassName
{
background-color: #12D778;
}
</style>
border-color css
<style>
span { border-color: #12D778; }
span { border-color: rgb(18,215,120); }
td.TdClassName
{
border-color: #12D778;
}
.TagClassName
{
border-color: #12D778;
}
</style>