Shades of Mountain Meadow #0ABB89
Tints of Mountain Meadow #0ABB89
RGB
CMYK
RGB Variations
Color information
#0ABB89 (or 0x0ABB89) is known color: Mountain Meadow. HEX triplet: 0A, BB and 89. RGB value is (10,187,137). Sum of RGB (Red+Green+Blue) = 10+187+137=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB89 is #F54476. Grayscale: #808080. Windows color (decimal): -16073847 or 9026314. OLE color: 9026314.
HSL color Cylindrical-coordinate representation of color #0ABB89: hue angle of 163.05º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABB89 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 137 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.27 |
| HSL | 163.05º | 0.9% | 0.39% | - |
| HSV(B) | 163.05º | 0.95% | 0.73% | - |
| XYZ | 22.41 | 37.41 | 29.71 | - |
| YUV | 128.38 | 132.86 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 137 | 0.95 | 0 | 0.27 | 0.27 | 163.05 | 0.9 | 0.39 |
| Hex | A | BB | 89 | 5F | 0 | 1B | 1B | A3 | 5A | 27 |
| Octal | 12 | 273 | 211 | 137 | 0 | 33 | 33 | 243 | 132 | 47 |
| Binary | 1010 | 10111011 | 10001001 | 1011111 | 0 | 11011 | 11011 | 10100011 | 1011010 | 100111 |
Color Harmonies of #0ABB89
Complementary color
Monochromatic Colors of #0ABB89
Black with #0ABB89
Text Example
Text Example
White with #0ABB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB89; }
p { color: rgb(10,187,137); }
H1.HeaderClassName
{
color: #0ABB89;
}
.AnyTagClassName
{
color: #0ABB89;
}
</style>
background-color css
<style>
a { background-color: #0ABB89; }
a { background-color: rgb(10,187,137); }
div.DivClassName
{
background-color: #0ABB89;
}
.BgClassName
{
background-color: #0ABB89;
}
</style>
border-color css
<style>
span { border-color: #0ABB89; }
span { border-color: rgb(10,187,137); }
td.TdClassName
{
border-color: #0ABB89;
}
.TagClassName
{
border-color: #0ABB89;
}
</style>