Shades of Mountain Meadow #12B17B
Tints of Mountain Meadow #12B17B
RGB
CMYK
RGB Variations
Color information
#12B17B (or 0x12B17B) is known color: Mountain Meadow. HEX triplet: 12, B1 and 7B. RGB value is (18,177,123). Sum of RGB (Red+Green+Blue) = 18+177+123=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #12B17B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B17B is #ED4E84. Grayscale: #7B7B7B. Windows color (decimal): -15552133 or 8106258. OLE color: 8106258.
HSL color Cylindrical-coordinate representation of color #12B17B: hue angle of 159.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B17B is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 123 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.31 |
| HSL | 159.62º | 0.82% | 0.38% | - |
| HSV(B) | 159.62º | 0.9% | 0.69% | - |
| XYZ | 19.55 | 33 | 24.08 | - |
| YUV | 123.3 | 127.82 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 123 | 0.90 | 0 | 0.31 | 0.31 | 159.62 | 0.82 | 0.38 |
| Hex | 12 | B1 | 7B | 5A | 0 | 1F | 1F | A0 | 52 | 26 |
| Octal | 22 | 261 | 173 | 132 | 0 | 37 | 37 | 240 | 122 | 46 |
| Binary | 10010 | 10110001 | 1111011 | 1011010 | 0 | 11111 | 11111 | 10100000 | 1010010 | 100110 |
Color Harmonies of #12B17B
Complementary color
Monochromatic Colors of #12B17B
Black with #12B17B
Text Example
Text Example
White with #12B17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B17B; }
p { color: rgb(18,177,123); }
H1.HeaderClassName
{
color: #12B17B;
}
.AnyTagClassName
{
color: #12B17B;
}
</style>
background-color css
<style>
a { background-color: #12B17B; }
a { background-color: rgb(18,177,123); }
div.DivClassName
{
background-color: #12B17B;
}
.BgClassName
{
background-color: #12B17B;
}
</style>
border-color css
<style>
span { border-color: #12B17B; }
span { border-color: rgb(18,177,123); }
td.TdClassName
{
border-color: #12B17B;
}
.TagClassName
{
border-color: #12B17B;
}
</style>