Shades of Mountain Meadow #0ACE78
Tints of Mountain Meadow #0ACE78
RGB
CMYK
RGB Variations
Color information
#0ACE78 (or 0x0ACE78) is known color: Mountain Meadow. HEX triplet: 0A, CE and 78. RGB value is (10,206,120). Sum of RGB (Red+Green+Blue) = 10+206+120=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE78 is #F53187. Grayscale: #898989. Windows color (decimal): -16069000 or 7917066. OLE color: 7917066.
HSL color Cylindrical-coordinate representation of color #0ACE78: hue angle of 153.67º 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 #0ACE78 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 120 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.19 |
| HSL | 153.67º | 0.91% | 0.42% | - |
| HSV(B) | 153.67º | 0.95% | 0.81% | - |
| XYZ | 25.59 | 45.56 | 25.22 | - |
| YUV | 137.59 | 118.07 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 120 | 0.95 | 0 | 0.42 | 0.19 | 153.67 | 0.91 | 0.42 |
| Hex | A | CE | 78 | 5F | 0 | 2A | 13 | 9A | 5B | 2A |
| Octal | 12 | 316 | 170 | 137 | 0 | 52 | 23 | 232 | 133 | 52 |
| Binary | 1010 | 11001110 | 1111000 | 1011111 | 0 | 101010 | 10011 | 10011010 | 1011011 | 101010 |
Color Harmonies of #0ACE78
Complementary color
Monochromatic Colors of #0ACE78
Black with #0ACE78
Text Example
Text Example
White with #0ACE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE78; }
p { color: rgb(10,206,120); }
H1.HeaderClassName
{
color: #0ACE78;
}
.AnyTagClassName
{
color: #0ACE78;
}
</style>
background-color css
<style>
a { background-color: #0ACE78; }
a { background-color: rgb(10,206,120); }
div.DivClassName
{
background-color: #0ACE78;
}
.BgClassName
{
background-color: #0ACE78;
}
</style>
border-color css
<style>
span { border-color: #0ACE78; }
span { border-color: rgb(10,206,120); }
td.TdClassName
{
border-color: #0ACE78;
}
.TagClassName
{
border-color: #0ACE78;
}
</style>