Shades of Mountain Meadow #12C577
Tints of Mountain Meadow #12C577
RGB
CMYK
RGB Variations
Color information
#12C577 (or 0x12C577) is known color: Mountain Meadow. HEX triplet: 12, C5 and 77. RGB value is (18,197,119). Sum of RGB (Red+Green+Blue) = 18+197+119=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #12C577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C577 is #ED3A88. Grayscale: #868686. Windows color (decimal): -15547017 or 7849234. OLE color: 7849234.
HSL color Cylindrical-coordinate representation of color #12C577: hue angle of 153.85º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C577 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 119 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.23 |
| HSL | 153.85º | 0.83% | 0.42% | - |
| HSV(B) | 153.85º | 0.91% | 0.77% | - |
| XYZ | 23.55 | 41.39 | 24.2 | - |
| YUV | 134.59 | 119.2 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 119 | 0.91 | 0 | 0.40 | 0.23 | 153.85 | 0.83 | 0.42 |
| Hex | 12 | C5 | 77 | 5B | 0 | 28 | 17 | 9A | 53 | 2A |
| Octal | 22 | 305 | 167 | 133 | 0 | 50 | 27 | 232 | 123 | 52 |
| Binary | 10010 | 11000101 | 1110111 | 1011011 | 0 | 101000 | 10111 | 10011010 | 1010011 | 101010 |
Color Harmonies of #12C577
Complementary color
Monochromatic Colors of #12C577
Black with #12C577
Text Example
Text Example
White with #12C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C577; }
p { color: rgb(18,197,119); }
H1.HeaderClassName
{
color: #12C577;
}
.AnyTagClassName
{
color: #12C577;
}
</style>
background-color css
<style>
a { background-color: #12C577; }
a { background-color: rgb(18,197,119); }
div.DivClassName
{
background-color: #12C577;
}
.BgClassName
{
background-color: #12C577;
}
</style>
border-color css
<style>
span { border-color: #12C577; }
span { border-color: rgb(18,197,119); }
td.TdClassName
{
border-color: #12C577;
}
.TagClassName
{
border-color: #12C577;
}
</style>