Shades of Mountain Meadow #0FAB84
Tints of Mountain Meadow #0FAB84
RGB
CMYK
RGB Variations
Color information
#0FAB84 (or 0x0FAB84) is known color: Mountain Meadow. HEX triplet: 0F, AB and 84. RGB value is (15,171,132). Sum of RGB (Red+Green+Blue) = 15+171+132=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAB84 is #F0547B. Grayscale: #777777. Windows color (decimal): -15750268 or 8694543. OLE color: 8694543.
HSL color Cylindrical-coordinate representation of color #0FAB84: hue angle of 165º 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 #0FAB84 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 132 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.33 |
| HSL | 165º | 0.84% | 0.36% | - |
| HSV(B) | 165º | 0.91% | 0.67% | - |
| XYZ | 18.92 | 30.89 | 26.8 | - |
| YUV | 119.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 132 | 0.91 | 0 | 0.23 | 0.33 | 165 | 0.84 | 0.36 |
| Hex | F | AB | 84 | 5B | 0 | 17 | 21 | A5 | 54 | 24 |
| Octal | 17 | 253 | 204 | 133 | 0 | 27 | 41 | 245 | 124 | 44 |
| Binary | 1111 | 10101011 | 10000100 | 1011011 | 0 | 10111 | 100001 | 10100101 | 1010100 | 100100 |
Color Harmonies of #0FAB84
Complementary color
Monochromatic Colors of #0FAB84
Black with #0FAB84
Text Example
Text Example
White with #0FAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB84; }
p { color: rgb(15,171,132); }
H1.HeaderClassName
{
color: #0FAB84;
}
.AnyTagClassName
{
color: #0FAB84;
}
</style>
background-color css
<style>
a { background-color: #0FAB84; }
a { background-color: rgb(15,171,132); }
div.DivClassName
{
background-color: #0FAB84;
}
.BgClassName
{
background-color: #0FAB84;
}
</style>
border-color css
<style>
span { border-color: #0FAB84; }
span { border-color: rgb(15,171,132); }
td.TdClassName
{
border-color: #0FAB84;
}
.TagClassName
{
border-color: #0FAB84;
}
</style>