Shades of Mountain Meadow #0ABD77
Tints of Mountain Meadow #0ABD77
RGB
CMYK
RGB Variations
Color information
#0ABD77 (or 0x0ABD77) is known color: Mountain Meadow. HEX triplet: 0A, BD and 77. RGB value is (10,189,119). Sum of RGB (Red+Green+Blue) = 10+189+119=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD77 is #F54288. Grayscale: #7F7F7F. Windows color (decimal): -16073353 or 7847178. OLE color: 7847178.
HSL color Cylindrical-coordinate representation of color #0ABD77: hue angle of 156.54º 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 #0ABD77 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 119 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.26 |
| HSL | 156.54º | 0.9% | 0.39% | - |
| HSV(B) | 156.54º | 0.95% | 0.74% | - |
| XYZ | 21.65 | 37.79 | 23.61 | - |
| YUV | 127.5 | 123.2 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 119 | 0.95 | 0 | 0.37 | 0.26 | 156.54 | 0.9 | 0.39 |
| Hex | A | BD | 77 | 5F | 0 | 25 | 1A | 9D | 5A | 27 |
| Octal | 12 | 275 | 167 | 137 | 0 | 45 | 32 | 235 | 132 | 47 |
| Binary | 1010 | 10111101 | 1110111 | 1011111 | 0 | 100101 | 11010 | 10011101 | 1011010 | 100111 |
Color Harmonies of #0ABD77
Complementary color
Monochromatic Colors of #0ABD77
Black with #0ABD77
Text Example
Text Example
White with #0ABD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD77; }
p { color: rgb(10,189,119); }
H1.HeaderClassName
{
color: #0ABD77;
}
.AnyTagClassName
{
color: #0ABD77;
}
</style>
background-color css
<style>
a { background-color: #0ABD77; }
a { background-color: rgb(10,189,119); }
div.DivClassName
{
background-color: #0ABD77;
}
.BgClassName
{
background-color: #0ABD77;
}
</style>
border-color css
<style>
span { border-color: #0ABD77; }
span { border-color: rgb(10,189,119); }
td.TdClassName
{
border-color: #0ABD77;
}
.TagClassName
{
border-color: #0ABD77;
}
</style>