Shades of Mountain Meadow #0AAC83
Tints of Mountain Meadow #0AAC83
RGB
CMYK
RGB Variations
Color information
#0AAC83 (or 0x0AAC83) is known color: Mountain Meadow. HEX triplet: 0A, AC and 83. RGB value is (10,172,131). Sum of RGB (Red+Green+Blue) = 10+172+131=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC83 is #F5537C. Grayscale: #767676. Windows color (decimal): -16077693 or 8629258. OLE color: 8629258.
HSL color Cylindrical-coordinate representation of color #0AAC83: hue angle of 164.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC83 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 131 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.33 |
| HSL | 164.81º | 0.89% | 0.36% | - |
| HSV(B) | 164.81º | 0.94% | 0.67% | - |
| XYZ | 18.97 | 31.21 | 26.5 | - |
| YUV | 118.89 | 134.83 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 131 | 0.94 | 0 | 0.24 | 0.33 | 164.81 | 0.89 | 0.36 |
| Hex | A | AC | 83 | 5E | 0 | 18 | 21 | A5 | 59 | 24 |
| Octal | 12 | 254 | 203 | 136 | 0 | 30 | 41 | 245 | 131 | 44 |
| Binary | 1010 | 10101100 | 10000011 | 1011110 | 0 | 11000 | 100001 | 10100101 | 1011001 | 100100 |
Color Harmonies of #0AAC83
Complementary color
Monochromatic Colors of #0AAC83
Black with #0AAC83
Text Example
Text Example
White with #0AAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC83; }
p { color: rgb(10,172,131); }
H1.HeaderClassName
{
color: #0AAC83;
}
.AnyTagClassName
{
color: #0AAC83;
}
</style>
background-color css
<style>
a { background-color: #0AAC83; }
a { background-color: rgb(10,172,131); }
div.DivClassName
{
background-color: #0AAC83;
}
.BgClassName
{
background-color: #0AAC83;
}
</style>
border-color css
<style>
span { border-color: #0AAC83; }
span { border-color: rgb(10,172,131); }
td.TdClassName
{
border-color: #0AAC83;
}
.TagClassName
{
border-color: #0AAC83;
}
</style>