Shades of Mountain Meadow #0AC577
Tints of Mountain Meadow #0AC577
RGB
CMYK
RGB Variations
Color information
#0AC577 (or 0x0AC577) is known color: Mountain Meadow. HEX triplet: 0A, C5 and 77. RGB value is (10,197,119). Sum of RGB (Red+Green+Blue) = 10+197+119=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC577 is #F53A88. Grayscale: #848484. Windows color (decimal): -16071305 or 7849226. OLE color: 7849226.
HSL color Cylindrical-coordinate representation of color #0AC577: hue angle of 154.97º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC577 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 119 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.23 |
| HSL | 154.97º | 0.9% | 0.41% | - |
| HSV(B) | 154.97º | 0.95% | 0.77% | - |
| XYZ | 23.42 | 41.33 | 24.2 | - |
| YUV | 132.2 | 120.55 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 119 | 0.95 | 0 | 0.40 | 0.23 | 154.97 | 0.9 | 0.41 |
| Hex | A | C5 | 77 | 5F | 0 | 28 | 17 | 9B | 5A | 29 |
| Octal | 12 | 305 | 167 | 137 | 0 | 50 | 27 | 233 | 132 | 51 |
| Binary | 1010 | 11000101 | 1110111 | 1011111 | 0 | 101000 | 10111 | 10011011 | 1011010 | 101001 |
Color Harmonies of #0AC577
Complementary color
Monochromatic Colors of #0AC577
Black with #0AC577
Text Example
Text Example
White with #0AC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC577; }
p { color: rgb(10,197,119); }
H1.HeaderClassName
{
color: #0AC577;
}
.AnyTagClassName
{
color: #0AC577;
}
</style>
background-color css
<style>
a { background-color: #0AC577; }
a { background-color: rgb(10,197,119); }
div.DivClassName
{
background-color: #0AC577;
}
.BgClassName
{
background-color: #0AC577;
}
</style>
border-color css
<style>
span { border-color: #0AC577; }
span { border-color: rgb(10,197,119); }
td.TdClassName
{
border-color: #0AC577;
}
.TagClassName
{
border-color: #0AC577;
}
</style>