Shades of Mountain Meadow #12C66D
Tints of Mountain Meadow #12C66D
RGB
CMYK
RGB Variations
Color information
#12C66D (or 0x12C66D) is known color: Mountain Meadow. HEX triplet: 12, C6 and 6D. RGB value is (18,198,109). Sum of RGB (Red+Green+Blue) = 18+198+109=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #12C66D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C66D is #ED3992. Grayscale: #868686. Windows color (decimal): -15546771 or 7194130. OLE color: 7194130.
HSL color Cylindrical-coordinate representation of color #12C66D: hue angle of 150.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C66D is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 109 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.22 |
| HSL | 150.33º | 0.83% | 0.42% | - |
| HSV(B) | 150.33º | 0.91% | 0.78% | - |
| XYZ | 23.2 | 41.62 | 21.28 | - |
| YUV | 134.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 109 | 0.91 | 0 | 0.45 | 0.22 | 150.33 | 0.83 | 0.42 |
| Hex | 12 | C6 | 6D | 5B | 0 | 2D | 16 | 96 | 53 | 2A |
| Octal | 22 | 306 | 155 | 133 | 0 | 55 | 26 | 226 | 123 | 52 |
| Binary | 10010 | 11000110 | 1101101 | 1011011 | 0 | 101101 | 10110 | 10010110 | 1010011 | 101010 |
Color Harmonies of #12C66D
Complementary color
Monochromatic Colors of #12C66D
Black with #12C66D
Text Example
Text Example
White with #12C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C66D; }
p { color: rgb(18,198,109); }
H1.HeaderClassName
{
color: #12C66D;
}
.AnyTagClassName
{
color: #12C66D;
}
</style>
background-color css
<style>
a { background-color: #12C66D; }
a { background-color: rgb(18,198,109); }
div.DivClassName
{
background-color: #12C66D;
}
.BgClassName
{
background-color: #12C66D;
}
</style>
border-color css
<style>
span { border-color: #12C66D; }
span { border-color: rgb(18,198,109); }
td.TdClassName
{
border-color: #12C66D;
}
.TagClassName
{
border-color: #12C66D;
}
</style>