Shades of Mountain Meadow #0ABE7C
Tints of Mountain Meadow #0ABE7C
RGB
CMYK
RGB Variations
Color information
#0ABE7C (or 0x0ABE7C) is known color: Mountain Meadow. HEX triplet: 0A, BE and 7C. RGB value is (10,190,124). Sum of RGB (Red+Green+Blue) = 10+190+124=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE7C is #F54183. Grayscale: #808080. Windows color (decimal): -16073092 or 8175114. OLE color: 8175114.
HSL color Cylindrical-coordinate representation of color #0ABE7C: hue angle of 158º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABE7C is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 124 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.25 |
| HSL | 158º | 0.9% | 0.39% | - |
| HSV(B) | 158º | 0.95% | 0.75% | - |
| XYZ | 22.18 | 38.35 | 25.3 | - |
| YUV | 128.66 | 125.37 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 124 | 0.95 | 0 | 0.35 | 0.25 | 158 | 0.9 | 0.39 |
| Hex | A | BE | 7C | 5F | 0 | 23 | 19 | 9E | 5A | 27 |
| Octal | 12 | 276 | 174 | 137 | 0 | 43 | 31 | 236 | 132 | 47 |
| Binary | 1010 | 10111110 | 1111100 | 1011111 | 0 | 100011 | 11001 | 10011110 | 1011010 | 100111 |
Color Harmonies of #0ABE7C
Complementary color
Monochromatic Colors of #0ABE7C
Black with #0ABE7C
Text Example
Text Example
White with #0ABE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABE7C; }
p { color: rgb(10,190,124); }
H1.HeaderClassName
{
color: #0ABE7C;
}
.AnyTagClassName
{
color: #0ABE7C;
}
</style>
background-color css
<style>
a { background-color: #0ABE7C; }
a { background-color: rgb(10,190,124); }
div.DivClassName
{
background-color: #0ABE7C;
}
.BgClassName
{
background-color: #0ABE7C;
}
</style>
border-color css
<style>
span { border-color: #0ABE7C; }
span { border-color: rgb(10,190,124); }
td.TdClassName
{
border-color: #0ABE7C;
}
.TagClassName
{
border-color: #0ABE7C;
}
</style>