Shades of Mountain Meadow #0ABD7D
Tints of Mountain Meadow #0ABD7D
RGB
CMYK
RGB Variations
Color information
#0ABD7D (or 0x0ABD7D) is known color: Mountain Meadow. HEX triplet: 0A, BD and 7D. RGB value is (10,189,125). Sum of RGB (Red+Green+Blue) = 10+189+125=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD7D is #F54282. Grayscale: #808080. Windows color (decimal): -16073347 or 8240394. OLE color: 8240394.
HSL color Cylindrical-coordinate representation of color #0ABD7D: hue angle of 158.55º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD7D is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 125 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.26 |
| HSL | 158.55º | 0.9% | 0.39% | - |
| HSV(B) | 158.55º | 0.95% | 0.74% | - |
| XYZ | 22.02 | 37.94 | 25.56 | - |
| YUV | 128.18 | 126.2 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 125 | 0.95 | 0 | 0.34 | 0.26 | 158.55 | 0.9 | 0.39 |
| Hex | A | BD | 7D | 5F | 0 | 22 | 1A | 9F | 5A | 27 |
| Octal | 12 | 275 | 175 | 137 | 0 | 42 | 32 | 237 | 132 | 47 |
| Binary | 1010 | 10111101 | 1111101 | 1011111 | 0 | 100010 | 11010 | 10011111 | 1011010 | 100111 |
Color Harmonies of #0ABD7D
Complementary color
Monochromatic Colors of #0ABD7D
Black with #0ABD7D
Text Example
Text Example
White with #0ABD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD7D; }
p { color: rgb(10,189,125); }
H1.HeaderClassName
{
color: #0ABD7D;
}
.AnyTagClassName
{
color: #0ABD7D;
}
</style>
background-color css
<style>
a { background-color: #0ABD7D; }
a { background-color: rgb(10,189,125); }
div.DivClassName
{
background-color: #0ABD7D;
}
.BgClassName
{
background-color: #0ABD7D;
}
</style>
border-color css
<style>
span { border-color: #0ABD7D; }
span { border-color: rgb(10,189,125); }
td.TdClassName
{
border-color: #0ABD7D;
}
.TagClassName
{
border-color: #0ABD7D;
}
</style>