Shades of Mountain Meadow #0AC087
Tints of Mountain Meadow #0AC087
RGB
CMYK
RGB Variations
Color information
#0AC087 (or 0x0AC087) is known color: Mountain Meadow. HEX triplet: 0A, C0 and 87. RGB value is (10,192,135). Sum of RGB (Red+Green+Blue) = 10+192+135=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC087 is #F53F78. Grayscale: #838383. Windows color (decimal): -16072569 or 8896522. OLE color: 8896522.
HSL color Cylindrical-coordinate representation of color #0AC087: hue angle of 161.21º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC087 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 135 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.25 |
| HSL | 161.21º | 0.9% | 0.4% | - |
| HSV(B) | 161.21º | 0.95% | 0.75% | - |
| XYZ | 23.35 | 39.51 | 29.32 | - |
| YUV | 131.08 | 130.2 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 135 | 0.95 | 0 | 0.30 | 0.25 | 161.21 | 0.9 | 0.4 |
| Hex | A | C0 | 87 | 5F | 0 | 1E | 19 | A1 | 5A | 28 |
| Octal | 12 | 300 | 207 | 137 | 0 | 36 | 31 | 241 | 132 | 50 |
| Binary | 1010 | 11000000 | 10000111 | 1011111 | 0 | 11110 | 11001 | 10100001 | 1011010 | 101000 |
Color Harmonies of #0AC087
Complementary color
Monochromatic Colors of #0AC087
Black with #0AC087
Text Example
Text Example
White with #0AC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC087; }
p { color: rgb(10,192,135); }
H1.HeaderClassName
{
color: #0AC087;
}
.AnyTagClassName
{
color: #0AC087;
}
</style>
background-color css
<style>
a { background-color: #0AC087; }
a { background-color: rgb(10,192,135); }
div.DivClassName
{
background-color: #0AC087;
}
.BgClassName
{
background-color: #0AC087;
}
</style>
border-color css
<style>
span { border-color: #0AC087; }
span { border-color: rgb(10,192,135); }
td.TdClassName
{
border-color: #0AC087;
}
.TagClassName
{
border-color: #0AC087;
}
</style>