Shades of Mountain Meadow #12CF7D
Tints of Mountain Meadow #12CF7D
RGB
CMYK
RGB Variations
Color information
#12CF7D (or 0x12CF7D) is known color: Mountain Meadow. HEX triplet: 12, CF and 7D. RGB value is (18,207,125). Sum of RGB (Red+Green+Blue) = 18+207+125=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF7D is #ED3082. Grayscale: #8D8D8D. Windows color (decimal): -15544451 or 8245010. OLE color: 8245010.
HSL color Cylindrical-coordinate representation of color #12CF7D: hue angle of 153.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF7D is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 125 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.19 |
| HSL | 153.97º | 0.84% | 0.44% | - |
| HSV(B) | 153.97º | 0.91% | 0.81% | - |
| XYZ | 26.26 | 46.23 | 26.94 | - |
| YUV | 141.14 | 118.88 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 125 | 0.91 | 0 | 0.40 | 0.19 | 153.97 | 0.84 | 0.44 |
| Hex | 12 | CF | 7D | 5B | 0 | 28 | 13 | 9A | 54 | 2C |
| Octal | 22 | 317 | 175 | 133 | 0 | 50 | 23 | 232 | 124 | 54 |
| Binary | 10010 | 11001111 | 1111101 | 1011011 | 0 | 101000 | 10011 | 10011010 | 1010100 | 101100 |
Color Harmonies of #12CF7D
Complementary color
Monochromatic Colors of #12CF7D
Black with #12CF7D
Text Example
Text Example
White with #12CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF7D; }
p { color: rgb(18,207,125); }
H1.HeaderClassName
{
color: #12CF7D;
}
.AnyTagClassName
{
color: #12CF7D;
}
</style>
background-color css
<style>
a { background-color: #12CF7D; }
a { background-color: rgb(18,207,125); }
div.DivClassName
{
background-color: #12CF7D;
}
.BgClassName
{
background-color: #12CF7D;
}
</style>
border-color css
<style>
span { border-color: #12CF7D; }
span { border-color: rgb(18,207,125); }
td.TdClassName
{
border-color: #12CF7D;
}
.TagClassName
{
border-color: #12CF7D;
}
</style>