Shades of Mountain Meadow #0FAA80
Tints of Mountain Meadow #0FAA80
RGB
CMYK
RGB Variations
Color information
#0FAA80 (or 0x0FAA80) is known color: Mountain Meadow. HEX triplet: 0F, AA and 80. RGB value is (15,170,128). Sum of RGB (Red+Green+Blue) = 15+170+128=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA80 is #F0557F. Grayscale: #767676. Windows color (decimal): -15750528 or 8432143. OLE color: 8432143.
HSL color Cylindrical-coordinate representation of color #0FAA80: hue angle of 163.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA80 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 128 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.33 |
| HSL | 163.74º | 0.84% | 0.36% | - |
| HSV(B) | 163.74º | 0.91% | 0.67% | - |
| XYZ | 18.47 | 30.41 | 25.32 | - |
| YUV | 118.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 128 | 0.91 | 0 | 0.25 | 0.33 | 163.74 | 0.84 | 0.36 |
| Hex | F | AA | 80 | 5B | 0 | 19 | 21 | A4 | 54 | 24 |
| Octal | 17 | 252 | 200 | 133 | 0 | 31 | 41 | 244 | 124 | 44 |
| Binary | 1111 | 10101010 | 10000000 | 1011011 | 0 | 11001 | 100001 | 10100100 | 1010100 | 100100 |
Color Harmonies of #0FAA80
Complementary color
Monochromatic Colors of #0FAA80
Black with #0FAA80
Text Example
Text Example
White with #0FAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA80; }
p { color: rgb(15,170,128); }
H1.HeaderClassName
{
color: #0FAA80;
}
.AnyTagClassName
{
color: #0FAA80;
}
</style>
background-color css
<style>
a { background-color: #0FAA80; }
a { background-color: rgb(15,170,128); }
div.DivClassName
{
background-color: #0FAA80;
}
.BgClassName
{
background-color: #0FAA80;
}
</style>
border-color css
<style>
span { border-color: #0FAA80; }
span { border-color: rgb(15,170,128); }
td.TdClassName
{
border-color: #0FAA80;
}
.TagClassName
{
border-color: #0FAA80;
}
</style>