Shades of Mountain Meadow #12C088
Tints of Mountain Meadow #12C088
RGB
CMYK
RGB Variations
Color information
#12C088 (or 0x12C088) is known color: Mountain Meadow. HEX triplet: 12, C0 and 88. RGB value is (18,192,136). Sum of RGB (Red+Green+Blue) = 18+192+136=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #12C088 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C088 is #ED3F77. Grayscale: #858585. Windows color (decimal): -15548280 or 8962066. OLE color: 8962066.
HSL color Cylindrical-coordinate representation of color #12C088: hue angle of 160.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C088 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 136 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.25 |
| HSL | 160.69º | 0.83% | 0.41% | - |
| HSV(B) | 160.69º | 0.91% | 0.75% | - |
| XYZ | 23.54 | 39.61 | 29.7 | - |
| YUV | 133.59 | 129.35 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 136 | 0.91 | 0 | 0.29 | 0.25 | 160.69 | 0.83 | 0.41 |
| Hex | 12 | C0 | 88 | 5B | 0 | 1D | 19 | A1 | 53 | 29 |
| Octal | 22 | 300 | 210 | 133 | 0 | 35 | 31 | 241 | 123 | 51 |
| Binary | 10010 | 11000000 | 10001000 | 1011011 | 0 | 11101 | 11001 | 10100001 | 1010011 | 101001 |
Color Harmonies of #12C088
Complementary color
Monochromatic Colors of #12C088
Black with #12C088
Text Example
Text Example
White with #12C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C088; }
p { color: rgb(18,192,136); }
H1.HeaderClassName
{
color: #12C088;
}
.AnyTagClassName
{
color: #12C088;
}
</style>
background-color css
<style>
a { background-color: #12C088; }
a { background-color: rgb(18,192,136); }
div.DivClassName
{
background-color: #12C088;
}
.BgClassName
{
background-color: #12C088;
}
</style>
border-color css
<style>
span { border-color: #12C088; }
span { border-color: rgb(18,192,136); }
td.TdClassName
{
border-color: #12C088;
}
.TagClassName
{
border-color: #12C088;
}
</style>