Shades of Mountain Meadow #0ABC84
Tints of Mountain Meadow #0ABC84
RGB
CMYK
RGB Variations
Color information
#0ABC84 (or 0x0ABC84) is known color: Mountain Meadow. HEX triplet: 0A, BC and 84. RGB value is (10,188,132). Sum of RGB (Red+Green+Blue) = 10+188+132=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC84 is #F5437B. Grayscale: #808080. Windows color (decimal): -16073596 or 8698890. OLE color: 8698890.
HSL color Cylindrical-coordinate representation of color #0ABC84: hue angle of 161.12º 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 #0ABC84 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 132 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.26 |
| HSL | 161.12º | 0.9% | 0.39% | - |
| HSV(B) | 161.12º | 0.95% | 0.74% | - |
| XYZ | 22.27 | 37.7 | 27.93 | - |
| YUV | 128.39 | 130.03 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 132 | 0.95 | 0 | 0.30 | 0.26 | 161.12 | 0.9 | 0.39 |
| Hex | A | BC | 84 | 5F | 0 | 1E | 1A | A1 | 5A | 27 |
| Octal | 12 | 274 | 204 | 137 | 0 | 36 | 32 | 241 | 132 | 47 |
| Binary | 1010 | 10111100 | 10000100 | 1011111 | 0 | 11110 | 11010 | 10100001 | 1011010 | 100111 |
Color Harmonies of #0ABC84
Complementary color
Monochromatic Colors of #0ABC84
Black with #0ABC84
Text Example
Text Example
White with #0ABC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC84; }
p { color: rgb(10,188,132); }
H1.HeaderClassName
{
color: #0ABC84;
}
.AnyTagClassName
{
color: #0ABC84;
}
</style>
background-color css
<style>
a { background-color: #0ABC84; }
a { background-color: rgb(10,188,132); }
div.DivClassName
{
background-color: #0ABC84;
}
.BgClassName
{
background-color: #0ABC84;
}
</style>
border-color css
<style>
span { border-color: #0ABC84; }
span { border-color: rgb(10,188,132); }
td.TdClassName
{
border-color: #0ABC84;
}
.TagClassName
{
border-color: #0ABC84;
}
</style>