Shades of Mountain Meadow #0FAB7B
Tints of Mountain Meadow #0FAB7B
RGB
CMYK
RGB Variations
Color information
#0FAB7B (or 0x0FAB7B) is known color: Mountain Meadow. HEX triplet: 0F, AB and 7B. RGB value is (15,171,123). Sum of RGB (Red+Green+Blue) = 15+171+123=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB7B is #F05484. Grayscale: #767676. Windows color (decimal): -15750277 or 8104719. OLE color: 8104719.
HSL color Cylindrical-coordinate representation of color #0FAB7B: hue angle of 161.54º 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 #0FAB7B is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 123 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.33 |
| HSL | 161.54º | 0.84% | 0.36% | - |
| HSV(B) | 161.54º | 0.91% | 0.67% | - |
| XYZ | 18.34 | 30.66 | 23.69 | - |
| YUV | 118.88 | 130.32 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 123 | 0.91 | 0 | 0.28 | 0.33 | 161.54 | 0.84 | 0.36 |
| Hex | F | AB | 7B | 5B | 0 | 1C | 21 | A2 | 54 | 24 |
| Octal | 17 | 253 | 173 | 133 | 0 | 34 | 41 | 242 | 124 | 44 |
| Binary | 1111 | 10101011 | 1111011 | 1011011 | 0 | 11100 | 100001 | 10100010 | 1010100 | 100100 |
Color Harmonies of #0FAB7B
Complementary color
Monochromatic Colors of #0FAB7B
Black with #0FAB7B
Text Example
Text Example
White with #0FAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB7B; }
p { color: rgb(15,171,123); }
H1.HeaderClassName
{
color: #0FAB7B;
}
.AnyTagClassName
{
color: #0FAB7B;
}
</style>
background-color css
<style>
a { background-color: #0FAB7B; }
a { background-color: rgb(15,171,123); }
div.DivClassName
{
background-color: #0FAB7B;
}
.BgClassName
{
background-color: #0FAB7B;
}
</style>
border-color css
<style>
span { border-color: #0FAB7B; }
span { border-color: rgb(15,171,123); }
td.TdClassName
{
border-color: #0FAB7B;
}
.TagClassName
{
border-color: #0FAB7B;
}
</style>