Shades of Mountain Meadow #0FAD88
Tints of Mountain Meadow #0FAD88
RGB
CMYK
RGB Variations
Color information
#0FAD88 (or 0x0FAD88) is known color: Mountain Meadow. HEX triplet: 0F, AD and 88. RGB value is (15,173,136). Sum of RGB (Red+Green+Blue) = 15+173+136=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD88 is #F05277. Grayscale: #797979. Windows color (decimal): -15749752 or 8957199. OLE color: 8957199.
HSL color Cylindrical-coordinate representation of color #0FAD88: hue angle of 165.95º 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 #0FAD88 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 136 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.32 |
| HSL | 165.95º | 0.84% | 0.37% | - |
| HSV(B) | 165.95º | 0.91% | 0.68% | - |
| XYZ | 19.58 | 31.77 | 28.39 | - |
| YUV | 121.54 | 136.15 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 136 | 0.91 | 0 | 0.21 | 0.32 | 165.95 | 0.84 | 0.37 |
| Hex | F | AD | 88 | 5B | 0 | 15 | 20 | A6 | 54 | 25 |
| Octal | 17 | 255 | 210 | 133 | 0 | 25 | 40 | 246 | 124 | 45 |
| Binary | 1111 | 10101101 | 10001000 | 1011011 | 0 | 10101 | 100000 | 10100110 | 1010100 | 100101 |
Color Harmonies of #0FAD88
Complementary color
Monochromatic Colors of #0FAD88
Black with #0FAD88
Text Example
Text Example
White with #0FAD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD88; }
p { color: rgb(15,173,136); }
H1.HeaderClassName
{
color: #0FAD88;
}
.AnyTagClassName
{
color: #0FAD88;
}
</style>
background-color css
<style>
a { background-color: #0FAD88; }
a { background-color: rgb(15,173,136); }
div.DivClassName
{
background-color: #0FAD88;
}
.BgClassName
{
background-color: #0FAD88;
}
</style>
border-color css
<style>
span { border-color: #0FAD88; }
span { border-color: rgb(15,173,136); }
td.TdClassName
{
border-color: #0FAD88;
}
.TagClassName
{
border-color: #0FAD88;
}
</style>