Shades of Mountain Meadow #12CF7C
Tints of Mountain Meadow #12CF7C
RGB
CMYK
RGB Variations
Color information
#12CF7C (or 0x12CF7C) is known color: Mountain Meadow. HEX triplet: 12, CF and 7C. RGB value is (18,207,124). Sum of RGB (Red+Green+Blue) = 18+207+124=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF7C is #ED3083. Grayscale: #8D8D8D. Windows color (decimal): -15544452 or 8179474. OLE color: 8179474.
HSL color Cylindrical-coordinate representation of color #12CF7C: hue angle of 153.65º 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 #12CF7C is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 124 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.19 |
| HSL | 153.65º | 0.84% | 0.44% | - |
| HSV(B) | 153.65º | 0.91% | 0.81% | - |
| XYZ | 26.2 | 46.21 | 26.61 | - |
| YUV | 141.03 | 118.38 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 124 | 0.91 | 0 | 0.40 | 0.19 | 153.65 | 0.84 | 0.44 |
| Hex | 12 | CF | 7C | 5B | 0 | 28 | 13 | 9A | 54 | 2C |
| Octal | 22 | 317 | 174 | 133 | 0 | 50 | 23 | 232 | 124 | 54 |
| Binary | 10010 | 11001111 | 1111100 | 1011011 | 0 | 101000 | 10011 | 10011010 | 1010100 | 101100 |
Color Harmonies of #12CF7C
Complementary color
Monochromatic Colors of #12CF7C
Black with #12CF7C
Text Example
Text Example
White with #12CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF7C; }
p { color: rgb(18,207,124); }
H1.HeaderClassName
{
color: #12CF7C;
}
.AnyTagClassName
{
color: #12CF7C;
}
</style>
background-color css
<style>
a { background-color: #12CF7C; }
a { background-color: rgb(18,207,124); }
div.DivClassName
{
background-color: #12CF7C;
}
.BgClassName
{
background-color: #12CF7C;
}
</style>
border-color css
<style>
span { border-color: #12CF7C; }
span { border-color: rgb(18,207,124); }
td.TdClassName
{
border-color: #12CF7C;
}
.TagClassName
{
border-color: #12CF7C;
}
</style>