Shades of Mountain Meadow #12CC7D
Tints of Mountain Meadow #12CC7D
RGB
CMYK
RGB Variations
Color information
#12CC7D (or 0x12CC7D) is known color: Mountain Meadow. HEX triplet: 12, CC and 7D. RGB value is (18,204,125). Sum of RGB (Red+Green+Blue) = 18+204+125=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CC7D is #ED3382. Grayscale: #8B8B8B. Windows color (decimal): -15545219 or 8244242. OLE color: 8244242.
HSL color Cylindrical-coordinate representation of color #12CC7D: hue angle of 154.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC7D is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 125 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.2 |
| HSL | 154.52º | 0.84% | 0.44% | - |
| HSV(B) | 154.52º | 0.91% | 0.8% | - |
| XYZ | 25.54 | 44.8 | 26.7 | - |
| YUV | 139.38 | 119.88 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 125 | 0.91 | 0 | 0.39 | 0.2 | 154.52 | 0.84 | 0.44 |
| Hex | 12 | CC | 7D | 5B | 0 | 27 | 14 | 9B | 54 | 2C |
| Octal | 22 | 314 | 175 | 133 | 0 | 47 | 24 | 233 | 124 | 54 |
| Binary | 10010 | 11001100 | 1111101 | 1011011 | 0 | 100111 | 10100 | 10011011 | 1010100 | 101100 |
Color Harmonies of #12CC7D
Complementary color
Monochromatic Colors of #12CC7D
Black with #12CC7D
Text Example
Text Example
White with #12CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC7D; }
p { color: rgb(18,204,125); }
H1.HeaderClassName
{
color: #12CC7D;
}
.AnyTagClassName
{
color: #12CC7D;
}
</style>
background-color css
<style>
a { background-color: #12CC7D; }
a { background-color: rgb(18,204,125); }
div.DivClassName
{
background-color: #12CC7D;
}
.BgClassName
{
background-color: #12CC7D;
}
</style>
border-color css
<style>
span { border-color: #12CC7D; }
span { border-color: rgb(18,204,125); }
td.TdClassName
{
border-color: #12CC7D;
}
.TagClassName
{
border-color: #12CC7D;
}
</style>