Shades of Mountain Meadow #12AB90
Tints of Mountain Meadow #12AB90
RGB
CMYK
RGB Variations
Color information
#12AB90 (or 0x12AB90) is known color: Mountain Meadow. HEX triplet: 12, AB and 90. RGB value is (18,171,144). Sum of RGB (Red+Green+Blue) = 18+171+144=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB90 is #ED546F. Grayscale: #7A7A7A. Windows color (decimal): -15553648 or 9480978. OLE color: 9480978.
HSL color Cylindrical-coordinate representation of color #12AB90: hue angle of 169.41º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB90 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 144 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.33 |
| HSL | 169.41º | 0.81% | 0.37% | - |
| HSV(B) | 169.41º | 0.89% | 0.67% | - |
| XYZ | 19.85 | 31.27 | 31.37 | - |
| YUV | 122.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 144 | 0.89 | 0 | 0.16 | 0.33 | 169.41 | 0.81 | 0.37 |
| Hex | 12 | AB | 90 | 59 | 0 | 10 | 21 | A9 | 51 | 25 |
| Octal | 22 | 253 | 220 | 131 | 0 | 20 | 41 | 251 | 121 | 45 |
| Binary | 10010 | 10101011 | 10010000 | 1011001 | 0 | 10000 | 100001 | 10101001 | 1010001 | 100101 |
Color Harmonies of #12AB90
Complementary color
Monochromatic Colors of #12AB90
Black with #12AB90
Text Example
Text Example
White with #12AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB90; }
p { color: rgb(18,171,144); }
H1.HeaderClassName
{
color: #12AB90;
}
.AnyTagClassName
{
color: #12AB90;
}
</style>
background-color css
<style>
a { background-color: #12AB90; }
a { background-color: rgb(18,171,144); }
div.DivClassName
{
background-color: #12AB90;
}
.BgClassName
{
background-color: #12AB90;
}
</style>
border-color css
<style>
span { border-color: #12AB90; }
span { border-color: rgb(18,171,144); }
td.TdClassName
{
border-color: #12AB90;
}
.TagClassName
{
border-color: #12AB90;
}
</style>