Shades of Mountain Meadow #12D07F
Tints of Mountain Meadow #12D07F
RGB
CMYK
RGB Variations
Color information
#12D07F (or 0x12D07F) is known color: Mountain Meadow. HEX triplet: 12, D0 and 7F. RGB value is (18,208,127). Sum of RGB (Red+Green+Blue) = 18+208+127=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #12D07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D07F is #ED2F80. Grayscale: #8E8E8E. Windows color (decimal): -15544193 or 8376338. OLE color: 8376338.
HSL color Cylindrical-coordinate representation of color #12D07F: hue angle of 154.42º 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 #12D07F is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 127 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.18 |
| HSL | 154.42º | 0.84% | 0.44% | - |
| HSV(B) | 154.42º | 0.91% | 0.82% | - |
| XYZ | 26.64 | 46.77 | 27.7 | - |
| YUV | 141.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 127 | 0.91 | 0 | 0.39 | 0.18 | 154.42 | 0.84 | 0.44 |
| Hex | 12 | D0 | 7F | 5B | 0 | 27 | 12 | 9A | 54 | 2C |
| Octal | 22 | 320 | 177 | 133 | 0 | 47 | 22 | 232 | 124 | 54 |
| Binary | 10010 | 11010000 | 1111111 | 1011011 | 0 | 100111 | 10010 | 10011010 | 1010100 | 101100 |
Color Harmonies of #12D07F
Complementary color
Monochromatic Colors of #12D07F
Black with #12D07F
Text Example
Text Example
White with #12D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D07F; }
p { color: rgb(18,208,127); }
H1.HeaderClassName
{
color: #12D07F;
}
.AnyTagClassName
{
color: #12D07F;
}
</style>
background-color css
<style>
a { background-color: #12D07F; }
a { background-color: rgb(18,208,127); }
div.DivClassName
{
background-color: #12D07F;
}
.BgClassName
{
background-color: #12D07F;
}
</style>
border-color css
<style>
span { border-color: #12D07F; }
span { border-color: rgb(18,208,127); }
td.TdClassName
{
border-color: #12D07F;
}
.TagClassName
{
border-color: #12D07F;
}
</style>