Shades of Mountain Meadow #12CF7F
Tints of Mountain Meadow #12CF7F
RGB
CMYK
RGB Variations
Color information
#12CF7F (or 0x12CF7F) is known color: Mountain Meadow. HEX triplet: 12, CF and 7F. RGB value is (18,207,127). Sum of RGB (Red+Green+Blue) = 18+207+127=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF7F is #ED3080. Grayscale: #8D8D8D. Windows color (decimal): -15544449 or 8376082. OLE color: 8376082.
HSL color Cylindrical-coordinate representation of color #12CF7F: hue angle of 154.6º 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 #12CF7F is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 127 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.19 |
| HSL | 154.6º | 0.84% | 0.44% | - |
| HSV(B) | 154.6º | 0.91% | 0.81% | - |
| XYZ | 26.39 | 46.29 | 27.62 | - |
| YUV | 141.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 127 | 0.91 | 0 | 0.39 | 0.19 | 154.6 | 0.84 | 0.44 |
| Hex | 12 | CF | 7F | 5B | 0 | 27 | 13 | 9B | 54 | 2C |
| Octal | 22 | 317 | 177 | 133 | 0 | 47 | 23 | 233 | 124 | 54 |
| Binary | 10010 | 11001111 | 1111111 | 1011011 | 0 | 100111 | 10011 | 10011011 | 1010100 | 101100 |
Color Harmonies of #12CF7F
Complementary color
Monochromatic Colors of #12CF7F
Black with #12CF7F
Text Example
Text Example
White with #12CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF7F; }
p { color: rgb(18,207,127); }
H1.HeaderClassName
{
color: #12CF7F;
}
.AnyTagClassName
{
color: #12CF7F;
}
</style>
background-color css
<style>
a { background-color: #12CF7F; }
a { background-color: rgb(18,207,127); }
div.DivClassName
{
background-color: #12CF7F;
}
.BgClassName
{
background-color: #12CF7F;
}
</style>
border-color css
<style>
span { border-color: #12CF7F; }
span { border-color: rgb(18,207,127); }
td.TdClassName
{
border-color: #12CF7F;
}
.TagClassName
{
border-color: #12CF7F;
}
</style>