Shades of Mountain Meadow #12C48B
Tints of Mountain Meadow #12C48B
RGB
CMYK
RGB Variations
Color information
#12C48B (or 0x12C48B) is known color: Mountain Meadow. HEX triplet: 12, C4 and 8B. RGB value is (18,196,139). Sum of RGB (Red+Green+Blue) = 18+196+139=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #12C48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C48B is #ED3B74. Grayscale: #888888. Windows color (decimal): -15547253 or 9159698. OLE color: 9159698.
HSL color Cylindrical-coordinate representation of color #12C48B: hue angle of 160.79º 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 #12C48B is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 139 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.23 |
| HSL | 160.79º | 0.83% | 0.42% | - |
| HSV(B) | 160.79º | 0.91% | 0.77% | - |
| XYZ | 24.65 | 41.47 | 31.13 | - |
| YUV | 136.28 | 129.53 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 139 | 0.91 | 0 | 0.29 | 0.23 | 160.79 | 0.83 | 0.42 |
| Hex | 12 | C4 | 8B | 5B | 0 | 1D | 17 | A1 | 53 | 2A |
| Octal | 22 | 304 | 213 | 133 | 0 | 35 | 27 | 241 | 123 | 52 |
| Binary | 10010 | 11000100 | 10001011 | 1011011 | 0 | 11101 | 10111 | 10100001 | 1010011 | 101010 |
Color Harmonies of #12C48B
Complementary color
Monochromatic Colors of #12C48B
Black with #12C48B
Text Example
Text Example
White with #12C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C48B; }
p { color: rgb(18,196,139); }
H1.HeaderClassName
{
color: #12C48B;
}
.AnyTagClassName
{
color: #12C48B;
}
</style>
background-color css
<style>
a { background-color: #12C48B; }
a { background-color: rgb(18,196,139); }
div.DivClassName
{
background-color: #12C48B;
}
.BgClassName
{
background-color: #12C48B;
}
</style>
border-color css
<style>
span { border-color: #12C48B; }
span { border-color: rgb(18,196,139); }
td.TdClassName
{
border-color: #12C48B;
}
.TagClassName
{
border-color: #12C48B;
}
</style>