Shades of Mountain Meadow #0ABC8A
Tints of Mountain Meadow #0ABC8A
RGB
CMYK
RGB Variations
Color information
#0ABC8A (or 0x0ABC8A) is known color: Mountain Meadow. HEX triplet: 0A, BC and 8A. RGB value is (10,188,138). Sum of RGB (Red+Green+Blue) = 10+188+138=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC8A is #F54375. Grayscale: #818181. Windows color (decimal): -16073590 or 9092106. OLE color: 9092106.
HSL color Cylindrical-coordinate representation of color #0ABC8A: hue angle of 163.15º 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 #0ABC8A is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 138 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.26 |
| HSL | 163.15º | 0.9% | 0.39% | - |
| HSV(B) | 163.15º | 0.95% | 0.74% | - |
| XYZ | 22.7 | 37.87 | 30.16 | - |
| YUV | 129.08 | 133.03 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 138 | 0.95 | 0 | 0.27 | 0.26 | 163.15 | 0.9 | 0.39 |
| Hex | A | BC | 8A | 5F | 0 | 1B | 1A | A3 | 5A | 27 |
| Octal | 12 | 274 | 212 | 137 | 0 | 33 | 32 | 243 | 132 | 47 |
| Binary | 1010 | 10111100 | 10001010 | 1011111 | 0 | 11011 | 11010 | 10100011 | 1011010 | 100111 |
Color Harmonies of #0ABC8A
Complementary color
Monochromatic Colors of #0ABC8A
Black with #0ABC8A
Text Example
Text Example
White with #0ABC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC8A; }
p { color: rgb(10,188,138); }
H1.HeaderClassName
{
color: #0ABC8A;
}
.AnyTagClassName
{
color: #0ABC8A;
}
</style>
background-color css
<style>
a { background-color: #0ABC8A; }
a { background-color: rgb(10,188,138); }
div.DivClassName
{
background-color: #0ABC8A;
}
.BgClassName
{
background-color: #0ABC8A;
}
</style>
border-color css
<style>
span { border-color: #0ABC8A; }
span { border-color: rgb(10,188,138); }
td.TdClassName
{
border-color: #0ABC8A;
}
.TagClassName
{
border-color: #0ABC8A;
}
</style>