Shades of Mountain Meadow #12B286
Tints of Mountain Meadow #12B286
RGB
CMYK
RGB Variations
Color information
#12B286 (or 0x12B286) is known color: Mountain Meadow. HEX triplet: 12, B2 and 86. RGB value is (18,178,134). Sum of RGB (Red+Green+Blue) = 18+178+134=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #12B286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B286 is #ED4D79. Grayscale: #7D7D7D. Windows color (decimal): -15551866 or 8827410. OLE color: 8827410.
HSL color Cylindrical-coordinate representation of color #12B286: hue angle of 163.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B286 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 134 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.30 |
| HSL | 163.5º | 0.82% | 0.38% | - |
| HSV(B) | 163.5º | 0.9% | 0.7% | - |
| XYZ | 20.47 | 33.69 | 27.98 | - |
| YUV | 125.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 134 | 0.90 | 0 | 0.25 | 0.30 | 163.5 | 0.82 | 0.38 |
| Hex | 12 | B2 | 86 | 5A | 0 | 19 | 1E | A4 | 52 | 26 |
| Octal | 22 | 262 | 206 | 132 | 0 | 31 | 36 | 244 | 122 | 46 |
| Binary | 10010 | 10110010 | 10000110 | 1011010 | 0 | 11001 | 11110 | 10100100 | 1010010 | 100110 |
Color Harmonies of #12B286
Complementary color
Monochromatic Colors of #12B286
Black with #12B286
Text Example
Text Example
White with #12B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B286; }
p { color: rgb(18,178,134); }
H1.HeaderClassName
{
color: #12B286;
}
.AnyTagClassName
{
color: #12B286;
}
</style>
background-color css
<style>
a { background-color: #12B286; }
a { background-color: rgb(18,178,134); }
div.DivClassName
{
background-color: #12B286;
}
.BgClassName
{
background-color: #12B286;
}
</style>
border-color css
<style>
span { border-color: #12B286; }
span { border-color: rgb(18,178,134); }
td.TdClassName
{
border-color: #12B286;
}
.TagClassName
{
border-color: #12B286;
}
</style>