Shades of Mountain Meadow #12C178
Tints of Mountain Meadow #12C178
RGB
CMYK
RGB Variations
Color information
#12C178 (or 0x12C178) is known color: Mountain Meadow. HEX triplet: 12, C1 and 78. RGB value is (18,193,120). Sum of RGB (Red+Green+Blue) = 18+193+120=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #12C178 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C178 is #ED3E87. Grayscale: #848484. Windows color (decimal): -15548040 or 7913746. OLE color: 7913746.
HSL color Cylindrical-coordinate representation of color #12C178: hue angle of 154.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C178 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 120 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.24 |
| HSL | 154.97º | 0.83% | 0.41% | - |
| HSV(B) | 154.97º | 0.91% | 0.76% | - |
| XYZ | 22.71 | 39.62 | 24.22 | - |
| YUV | 132.35 | 121.02 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 120 | 0.91 | 0 | 0.38 | 0.24 | 154.97 | 0.83 | 0.41 |
| Hex | 12 | C1 | 78 | 5B | 0 | 26 | 18 | 9B | 53 | 29 |
| Octal | 22 | 301 | 170 | 133 | 0 | 46 | 30 | 233 | 123 | 51 |
| Binary | 10010 | 11000001 | 1111000 | 1011011 | 0 | 100110 | 11000 | 10011011 | 1010011 | 101001 |
Color Harmonies of #12C178
Complementary color
Monochromatic Colors of #12C178
Black with #12C178
Text Example
Text Example
White with #12C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C178; }
p { color: rgb(18,193,120); }
H1.HeaderClassName
{
color: #12C178;
}
.AnyTagClassName
{
color: #12C178;
}
</style>
background-color css
<style>
a { background-color: #12C178; }
a { background-color: rgb(18,193,120); }
div.DivClassName
{
background-color: #12C178;
}
.BgClassName
{
background-color: #12C178;
}
</style>
border-color css
<style>
span { border-color: #12C178; }
span { border-color: rgb(18,193,120); }
td.TdClassName
{
border-color: #12C178;
}
.TagClassName
{
border-color: #12C178;
}
</style>