Shades of Mountain Meadow #12D578
Tints of Mountain Meadow #12D578
RGB
CMYK
RGB Variations
Color information
#12D578 (or 0x12D578) is known color: Mountain Meadow. HEX triplet: 12, D5 and 78. RGB value is (18,213,120). Sum of RGB (Red+Green+Blue) = 18+213+120=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #12D578 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D578 is #ED2A87. Grayscale: #909090. Windows color (decimal): -15542920 or 7918866. OLE color: 7918866.
HSL color Cylindrical-coordinate representation of color #12D578: hue angle of 151.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D578 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 213 | 120 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.16 |
| HSL | 151.38º | 0.84% | 0.45% | - |
| HSV(B) | 151.38º | 0.92% | 0.84% | - |
| XYZ | 27.43 | 49.07 | 25.8 | - |
| YUV | 144.09 | 114.4 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 120 | 0.92 | 0 | 0.44 | 0.16 | 151.38 | 0.84 | 0.45 |
| Hex | 12 | D5 | 78 | 5C | 0 | 2C | 10 | 97 | 54 | 2D |
| Octal | 22 | 325 | 170 | 134 | 0 | 54 | 20 | 227 | 124 | 55 |
| Binary | 10010 | 11010101 | 1111000 | 1011100 | 0 | 101100 | 10000 | 10010111 | 1010100 | 101101 |
Color Harmonies of #12D578
Complementary color
Monochromatic Colors of #12D578
Black with #12D578
Text Example
Text Example
White with #12D578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D578; }
p { color: rgb(18,213,120); }
H1.HeaderClassName
{
color: #12D578;
}
.AnyTagClassName
{
color: #12D578;
}
</style>
background-color css
<style>
a { background-color: #12D578; }
a { background-color: rgb(18,213,120); }
div.DivClassName
{
background-color: #12D578;
}
.BgClassName
{
background-color: #12D578;
}
</style>
border-color css
<style>
span { border-color: #12D578; }
span { border-color: rgb(18,213,120); }
td.TdClassName
{
border-color: #12D578;
}
.TagClassName
{
border-color: #12D578;
}
</style>