Shades of Mountain Meadow #12C674
Tints of Mountain Meadow #12C674
RGB
CMYK
RGB Variations
Color information
#12C674 (or 0x12C674) is known color: Mountain Meadow. HEX triplet: 12, C6 and 74. RGB value is (18,198,116). Sum of RGB (Red+Green+Blue) = 18+198+116=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #12C674 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C674 is #ED398B. Grayscale: #868686. Windows color (decimal): -15546764 or 7652882. OLE color: 7652882.
HSL color Cylindrical-coordinate representation of color #12C674: hue angle of 152.67º 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 #12C674 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 116 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.22 |
| HSL | 152.67º | 0.83% | 0.42% | - |
| HSV(B) | 152.67º | 0.91% | 0.78% | - |
| XYZ | 23.6 | 41.78 | 23.34 | - |
| YUV | 134.83 | 117.37 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 116 | 0.91 | 0 | 0.41 | 0.22 | 152.67 | 0.83 | 0.42 |
| Hex | 12 | C6 | 74 | 5B | 0 | 29 | 16 | 99 | 53 | 2A |
| Octal | 22 | 306 | 164 | 133 | 0 | 51 | 26 | 231 | 123 | 52 |
| Binary | 10010 | 11000110 | 1110100 | 1011011 | 0 | 101001 | 10110 | 10011001 | 1010011 | 101010 |
Color Harmonies of #12C674
Complementary color
Monochromatic Colors of #12C674
Black with #12C674
Text Example
Text Example
White with #12C674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C674; }
p { color: rgb(18,198,116); }
H1.HeaderClassName
{
color: #12C674;
}
.AnyTagClassName
{
color: #12C674;
}
</style>
background-color css
<style>
a { background-color: #12C674; }
a { background-color: rgb(18,198,116); }
div.DivClassName
{
background-color: #12C674;
}
.BgClassName
{
background-color: #12C674;
}
</style>
border-color css
<style>
span { border-color: #12C674; }
span { border-color: rgb(18,198,116); }
td.TdClassName
{
border-color: #12C674;
}
.TagClassName
{
border-color: #12C674;
}
</style>