Shades of Mountain Meadow #12D378
Tints of Mountain Meadow #12D378
RGB
CMYK
RGB Variations
Color information
#12D378 (or 0x12D378) is known color: Mountain Meadow. HEX triplet: 12, D3 and 78. RGB value is (18,211,120). Sum of RGB (Red+Green+Blue) = 18+211+120=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 211 (82.81% from 255 or 60.46% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 211 - color contains mainly: green. Hex color #12D378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D378 is #ED2C87. Grayscale: #8F8F8F. Windows color (decimal): -15543432 or 7918354. OLE color: 7918354.
HSL color Cylindrical-coordinate representation of color #12D378: hue angle of 151.71º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D378 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 120 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.17 |
| HSL | 151.71º | 0.84% | 0.45% | - |
| HSV(B) | 151.71º | 0.91% | 0.83% | - |
| XYZ | 26.93 | 48.07 | 25.63 | - |
| YUV | 142.92 | 115.06 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 120 | 0.91 | 0 | 0.43 | 0.17 | 151.71 | 0.84 | 0.45 |
| Hex | 12 | D3 | 78 | 5B | 0 | 2B | 11 | 98 | 54 | 2D |
| Octal | 22 | 323 | 170 | 133 | 0 | 53 | 21 | 230 | 124 | 55 |
| Binary | 10010 | 11010011 | 1111000 | 1011011 | 0 | 101011 | 10001 | 10011000 | 1010100 | 101101 |
Color Harmonies of #12D378
Complementary color
Monochromatic Colors of #12D378
Black with #12D378
Text Example
Text Example
White with #12D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D378; }
p { color: rgb(18,211,120); }
H1.HeaderClassName
{
color: #12D378;
}
.AnyTagClassName
{
color: #12D378;
}
</style>
background-color css
<style>
a { background-color: #12D378; }
a { background-color: rgb(18,211,120); }
div.DivClassName
{
background-color: #12D378;
}
.BgClassName
{
background-color: #12D378;
}
</style>
border-color css
<style>
span { border-color: #12D378; }
span { border-color: rgb(18,211,120); }
td.TdClassName
{
border-color: #12D378;
}
.TagClassName
{
border-color: #12D378;
}
</style>