Shades of Mountain Meadow #0ABC8C
Tints of Mountain Meadow #0ABC8C
RGB
CMYK
RGB Variations
Color information
#0ABC8C (or 0x0ABC8C) is known color: Mountain Meadow. HEX triplet: 0A, BC and 8C. RGB value is (10,188,140). Sum of RGB (Red+Green+Blue) = 10+188+140=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC8C is #F54373. Grayscale: #818181. Windows color (decimal): -16073588 or 9223178. OLE color: 9223178.
HSL color Cylindrical-coordinate representation of color #0ABC8C: hue angle of 163.82º 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 #0ABC8C is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 140 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.26 |
| HSL | 163.82º | 0.9% | 0.39% | - |
| HSV(B) | 163.82º | 0.95% | 0.74% | - |
| XYZ | 22.84 | 37.92 | 30.93 | - |
| YUV | 129.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 140 | 0.95 | 0 | 0.26 | 0.26 | 163.82 | 0.9 | 0.39 |
| Hex | A | BC | 8C | 5F | 0 | 1A | 1A | A4 | 5A | 27 |
| Octal | 12 | 274 | 214 | 137 | 0 | 32 | 32 | 244 | 132 | 47 |
| Binary | 1010 | 10111100 | 10001100 | 1011111 | 0 | 11010 | 11010 | 10100100 | 1011010 | 100111 |
Color Harmonies of #0ABC8C
Complementary color
Monochromatic Colors of #0ABC8C
Black with #0ABC8C
Text Example
Text Example
White with #0ABC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC8C; }
p { color: rgb(10,188,140); }
H1.HeaderClassName
{
color: #0ABC8C;
}
.AnyTagClassName
{
color: #0ABC8C;
}
</style>
background-color css
<style>
a { background-color: #0ABC8C; }
a { background-color: rgb(10,188,140); }
div.DivClassName
{
background-color: #0ABC8C;
}
.BgClassName
{
background-color: #0ABC8C;
}
</style>
border-color css
<style>
span { border-color: #0ABC8C; }
span { border-color: rgb(10,188,140); }
td.TdClassName
{
border-color: #0ABC8C;
}
.TagClassName
{
border-color: #0ABC8C;
}
</style>