Shades of Mountain Meadow #0ACE7A
Tints of Mountain Meadow #0ACE7A
RGB
CMYK
RGB Variations
Color information
#0ACE7A (or 0x0ACE7A) is known color: Mountain Meadow. HEX triplet: 0A, CE and 7A. RGB value is (10,206,122). Sum of RGB (Red+Green+Blue) = 10+206+122=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE7A is #F53185. Grayscale: #898989. Windows color (decimal): -16068998 or 8048138. OLE color: 8048138.
HSL color Cylindrical-coordinate representation of color #0ACE7A: hue angle of 154.29º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE7A is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 122 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.19 |
| HSL | 154.29º | 0.91% | 0.42% | - |
| HSV(B) | 154.29º | 0.95% | 0.81% | - |
| XYZ | 25.71 | 45.61 | 25.86 | - |
| YUV | 137.82 | 119.07 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 122 | 0.95 | 0 | 0.41 | 0.19 | 154.29 | 0.91 | 0.42 |
| Hex | A | CE | 7A | 5F | 0 | 29 | 13 | 9A | 5B | 2A |
| Octal | 12 | 316 | 172 | 137 | 0 | 51 | 23 | 232 | 133 | 52 |
| Binary | 1010 | 11001110 | 1111010 | 1011111 | 0 | 101001 | 10011 | 10011010 | 1011011 | 101010 |
Color Harmonies of #0ACE7A
Complementary color
Monochromatic Colors of #0ACE7A
Black with #0ACE7A
Text Example
Text Example
White with #0ACE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE7A; }
p { color: rgb(10,206,122); }
H1.HeaderClassName
{
color: #0ACE7A;
}
.AnyTagClassName
{
color: #0ACE7A;
}
</style>
background-color css
<style>
a { background-color: #0ACE7A; }
a { background-color: rgb(10,206,122); }
div.DivClassName
{
background-color: #0ACE7A;
}
.BgClassName
{
background-color: #0ACE7A;
}
</style>
border-color css
<style>
span { border-color: #0ACE7A; }
span { border-color: rgb(10,206,122); }
td.TdClassName
{
border-color: #0ACE7A;
}
.TagClassName
{
border-color: #0ACE7A;
}
</style>