Shades of Mountain Meadow #0FAA7B
Tints of Mountain Meadow #0FAA7B
RGB
CMYK
RGB Variations
Color information
#0FAA7B (or 0x0FAA7B) is known color: Mountain Meadow. HEX triplet: 0F, AA and 7B. RGB value is (15,170,123). Sum of RGB (Red+Green+Blue) = 15+170+123=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA7B is #F05584. Grayscale: #767676. Windows color (decimal): -15750533 or 8104463. OLE color: 8104463.
HSL color Cylindrical-coordinate representation of color #0FAA7B: hue angle of 161.81º 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 #0FAA7B is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 123 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.33 |
| HSL | 161.81º | 0.84% | 0.36% | - |
| HSV(B) | 161.81º | 0.91% | 0.67% | - |
| XYZ | 18.15 | 30.28 | 23.63 | - |
| YUV | 118.3 | 130.65 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 123 | 0.91 | 0 | 0.28 | 0.33 | 161.81 | 0.84 | 0.36 |
| Hex | F | AA | 7B | 5B | 0 | 1C | 21 | A2 | 54 | 24 |
| Octal | 17 | 252 | 173 | 133 | 0 | 34 | 41 | 242 | 124 | 44 |
| Binary | 1111 | 10101010 | 1111011 | 1011011 | 0 | 11100 | 100001 | 10100010 | 1010100 | 100100 |
Color Harmonies of #0FAA7B
Complementary color
Monochromatic Colors of #0FAA7B
Black with #0FAA7B
Text Example
Text Example
White with #0FAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA7B; }
p { color: rgb(15,170,123); }
H1.HeaderClassName
{
color: #0FAA7B;
}
.AnyTagClassName
{
color: #0FAA7B;
}
</style>
background-color css
<style>
a { background-color: #0FAA7B; }
a { background-color: rgb(15,170,123); }
div.DivClassName
{
background-color: #0FAA7B;
}
.BgClassName
{
background-color: #0FAA7B;
}
</style>
border-color css
<style>
span { border-color: #0FAA7B; }
span { border-color: rgb(15,170,123); }
td.TdClassName
{
border-color: #0FAA7B;
}
.TagClassName
{
border-color: #0FAA7B;
}
</style>