Shades of Mountain Meadow #0AB07C
Tints of Mountain Meadow #0AB07C
RGB
CMYK
RGB Variations
Color information
#0AB07C (or 0x0AB07C) is known color: Mountain Meadow. HEX triplet: 0A, B0 and 7C. RGB value is (10,176,124). Sum of RGB (Red+Green+Blue) = 10+176+124=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB07C is #F54F83. Grayscale: #787878. Windows color (decimal): -16076676 or 8171530. OLE color: 8171530.
HSL color Cylindrical-coordinate representation of color #0AB07C: hue angle of 161.2º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB07C is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 176 | 124 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.31 |
| HSL | 161.2º | 0.89% | 0.36% | - |
| HSV(B) | 161.2º | 0.94% | 0.69% | - |
| XYZ | 19.29 | 32.57 | 24.34 | - |
| YUV | 120.44 | 130 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 176 | 124 | 0.94 | 0 | 0.30 | 0.31 | 161.2 | 0.89 | 0.36 |
| Hex | A | B0 | 7C | 5E | 0 | 1E | 1F | A1 | 59 | 24 |
| Octal | 12 | 260 | 174 | 136 | 0 | 36 | 37 | 241 | 131 | 44 |
| Binary | 1010 | 10110000 | 1111100 | 1011110 | 0 | 11110 | 11111 | 10100001 | 1011001 | 100100 |
Color Harmonies of #0AB07C
Complementary color
Monochromatic Colors of #0AB07C
Black with #0AB07C
Text Example
Text Example
White with #0AB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB07C; }
p { color: rgb(10,176,124); }
H1.HeaderClassName
{
color: #0AB07C;
}
.AnyTagClassName
{
color: #0AB07C;
}
</style>
background-color css
<style>
a { background-color: #0AB07C; }
a { background-color: rgb(10,176,124); }
div.DivClassName
{
background-color: #0AB07C;
}
.BgClassName
{
background-color: #0AB07C;
}
</style>
border-color css
<style>
span { border-color: #0AB07C; }
span { border-color: rgb(10,176,124); }
td.TdClassName
{
border-color: #0AB07C;
}
.TagClassName
{
border-color: #0AB07C;
}
</style>