Shades of Mountain Meadow #0FAE8D
Tints of Mountain Meadow #0FAE8D
RGB
CMYK
RGB Variations
Color information
#0FAE8D (or 0x0FAE8D) is known color: Mountain Meadow. HEX triplet: 0F, AE and 8D. RGB value is (15,174,141). Sum of RGB (Red+Green+Blue) = 15+174+141=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAE8D is #F05172. Grayscale: #7A7A7A. Windows color (decimal): -15749491 or 9285135. OLE color: 9285135.
HSL color Cylindrical-coordinate representation of color #0FAE8D: hue angle of 167.55º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE8D is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 141 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.32 |
| HSL | 167.55º | 0.84% | 0.37% | - |
| HSV(B) | 167.55º | 0.91% | 0.68% | - |
| XYZ | 20.14 | 32.3 | 30.37 | - |
| YUV | 122.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 141 | 0.91 | 0 | 0.19 | 0.32 | 167.55 | 0.84 | 0.37 |
| Hex | F | AE | 8D | 5B | 0 | 13 | 20 | A8 | 54 | 25 |
| Octal | 17 | 256 | 215 | 133 | 0 | 23 | 40 | 250 | 124 | 45 |
| Binary | 1111 | 10101110 | 10001101 | 1011011 | 0 | 10011 | 100000 | 10101000 | 1010100 | 100101 |
Color Harmonies of #0FAE8D
Complementary color
Monochromatic Colors of #0FAE8D
Black with #0FAE8D
Text Example
Text Example
White with #0FAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE8D; }
p { color: rgb(15,174,141); }
H1.HeaderClassName
{
color: #0FAE8D;
}
.AnyTagClassName
{
color: #0FAE8D;
}
</style>
background-color css
<style>
a { background-color: #0FAE8D; }
a { background-color: rgb(15,174,141); }
div.DivClassName
{
background-color: #0FAE8D;
}
.BgClassName
{
background-color: #0FAE8D;
}
</style>
border-color css
<style>
span { border-color: #0FAE8D; }
span { border-color: rgb(15,174,141); }
td.TdClassName
{
border-color: #0FAE8D;
}
.TagClassName
{
border-color: #0FAE8D;
}
</style>