Shades of Mountain Meadow #0AC585
Tints of Mountain Meadow #0AC585
RGB
CMYK
RGB Variations
Color information
#0AC585 (or 0x0AC585) is known color: Mountain Meadow. HEX triplet: 0A, C5 and 85. RGB value is (10,197,133). Sum of RGB (Red+Green+Blue) = 10+197+133=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC585 is #F53A7A. Grayscale: #858585. Windows color (decimal): -16071291 or 8766730. OLE color: 8766730.
HSL color Cylindrical-coordinate representation of color #0AC585: hue angle of 159.47º 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 #0AC585 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 133 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.23 |
| HSL | 159.47º | 0.9% | 0.41% | - |
| HSV(B) | 159.47º | 0.95% | 0.77% | - |
| XYZ | 24.33 | 41.69 | 28.96 | - |
| YUV | 133.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 133 | 0.95 | 0 | 0.32 | 0.23 | 159.47 | 0.9 | 0.41 |
| Hex | A | C5 | 85 | 5F | 0 | 20 | 17 | 9F | 5A | 29 |
| Octal | 12 | 305 | 205 | 137 | 0 | 40 | 27 | 237 | 132 | 51 |
| Binary | 1010 | 11000101 | 10000101 | 1011111 | 0 | 100000 | 10111 | 10011111 | 1011010 | 101001 |
Color Harmonies of #0AC585
Complementary color
Monochromatic Colors of #0AC585
Black with #0AC585
Text Example
Text Example
White with #0AC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC585; }
p { color: rgb(10,197,133); }
H1.HeaderClassName
{
color: #0AC585;
}
.AnyTagClassName
{
color: #0AC585;
}
</style>
background-color css
<style>
a { background-color: #0AC585; }
a { background-color: rgb(10,197,133); }
div.DivClassName
{
background-color: #0AC585;
}
.BgClassName
{
background-color: #0AC585;
}
</style>
border-color css
<style>
span { border-color: #0AC585; }
span { border-color: rgb(10,197,133); }
td.TdClassName
{
border-color: #0AC585;
}
.TagClassName
{
border-color: #0AC585;
}
</style>