Shades of Mountain Meadow #0ABC82
Tints of Mountain Meadow #0ABC82
RGB
CMYK
RGB Variations
Color information
#0ABC82 (or 0x0ABC82) is known color: Mountain Meadow. HEX triplet: 0A, BC and 82. RGB value is (10,188,130). Sum of RGB (Red+Green+Blue) = 10+188+130=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC82 is #F5437D. Grayscale: #808080. Windows color (decimal): -16073598 or 8567818. OLE color: 8567818.
HSL color Cylindrical-coordinate representation of color #0ABC82: hue angle of 160.45º 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 #0ABC82 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 130 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.26 |
| HSL | 160.45º | 0.9% | 0.39% | - |
| HSV(B) | 160.45º | 0.95% | 0.74% | - |
| XYZ | 22.14 | 37.64 | 27.22 | - |
| YUV | 128.17 | 129.03 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 130 | 0.95 | 0 | 0.31 | 0.26 | 160.45 | 0.9 | 0.39 |
| Hex | A | BC | 82 | 5F | 0 | 1F | 1A | A0 | 5A | 27 |
| Octal | 12 | 274 | 202 | 137 | 0 | 37 | 32 | 240 | 132 | 47 |
| Binary | 1010 | 10111100 | 10000010 | 1011111 | 0 | 11111 | 11010 | 10100000 | 1011010 | 100111 |
Color Harmonies of #0ABC82
Complementary color
Monochromatic Colors of #0ABC82
Black with #0ABC82
Text Example
Text Example
White with #0ABC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC82; }
p { color: rgb(10,188,130); }
H1.HeaderClassName
{
color: #0ABC82;
}
.AnyTagClassName
{
color: #0ABC82;
}
</style>
background-color css
<style>
a { background-color: #0ABC82; }
a { background-color: rgb(10,188,130); }
div.DivClassName
{
background-color: #0ABC82;
}
.BgClassName
{
background-color: #0ABC82;
}
</style>
border-color css
<style>
span { border-color: #0ABC82; }
span { border-color: rgb(10,188,130); }
td.TdClassName
{
border-color: #0ABC82;
}
.TagClassName
{
border-color: #0ABC82;
}
</style>