Shades of Mountain Meadow #12D080
Tints of Mountain Meadow #12D080
RGB
CMYK
RGB Variations
Color information
#12D080 (or 0x12D080) is known color: Mountain Meadow. HEX triplet: 12, D0 and 80. RGB value is (18,208,128). Sum of RGB (Red+Green+Blue) = 18+208+128=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #12D080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D080 is #ED2F7F. Grayscale: #8E8E8E. Windows color (decimal): -15544192 or 8441874. OLE color: 8441874.
HSL color Cylindrical-coordinate representation of color #12D080: hue angle of 154.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D080 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 128 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.18 |
| HSL | 154.74º | 0.84% | 0.44% | - |
| HSV(B) | 154.74º | 0.91% | 0.82% | - |
| XYZ | 26.7 | 46.8 | 28.05 | - |
| YUV | 142.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 128 | 0.91 | 0 | 0.38 | 0.18 | 154.74 | 0.84 | 0.44 |
| Hex | 12 | D0 | 80 | 5B | 0 | 26 | 12 | 9B | 54 | 2C |
| Octal | 22 | 320 | 200 | 133 | 0 | 46 | 22 | 233 | 124 | 54 |
| Binary | 10010 | 11010000 | 10000000 | 1011011 | 0 | 100110 | 10010 | 10011011 | 1010100 | 101100 |
Color Harmonies of #12D080
Complementary color
Monochromatic Colors of #12D080
Black with #12D080
Text Example
Text Example
White with #12D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D080; }
p { color: rgb(18,208,128); }
H1.HeaderClassName
{
color: #12D080;
}
.AnyTagClassName
{
color: #12D080;
}
</style>
background-color css
<style>
a { background-color: #12D080; }
a { background-color: rgb(18,208,128); }
div.DivClassName
{
background-color: #12D080;
}
.BgClassName
{
background-color: #12D080;
}
</style>
border-color css
<style>
span { border-color: #12D080; }
span { border-color: rgb(18,208,128); }
td.TdClassName
{
border-color: #12D080;
}
.TagClassName
{
border-color: #12D080;
}
</style>