Shades of Mountain Meadow #0FAC7B
Tints of Mountain Meadow #0FAC7B
RGB
CMYK
RGB Variations
Color information
#0FAC7B (or 0x0FAC7B) is known color: Mountain Meadow. HEX triplet: 0F, AC and 7B. RGB value is (15,172,123). Sum of RGB (Red+Green+Blue) = 15+172+123=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC7B is #F05384. Grayscale: #777777. Windows color (decimal): -15750021 or 8104975. OLE color: 8104975.
HSL color Cylindrical-coordinate representation of color #0FAC7B: hue angle of 161.27º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC7B is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 123 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.33 |
| HSL | 161.27º | 0.84% | 0.37% | - |
| HSV(B) | 161.27º | 0.91% | 0.67% | - |
| XYZ | 18.52 | 31.04 | 23.75 | - |
| YUV | 119.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 123 | 0.91 | 0 | 0.28 | 0.33 | 161.27 | 0.84 | 0.37 |
| Hex | F | AC | 7B | 5B | 0 | 1C | 21 | A1 | 54 | 25 |
| Octal | 17 | 254 | 173 | 133 | 0 | 34 | 41 | 241 | 124 | 45 |
| Binary | 1111 | 10101100 | 1111011 | 1011011 | 0 | 11100 | 100001 | 10100001 | 1010100 | 100101 |
Color Harmonies of #0FAC7B
Complementary color
Monochromatic Colors of #0FAC7B
Black with #0FAC7B
Text Example
Text Example
White with #0FAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC7B; }
p { color: rgb(15,172,123); }
H1.HeaderClassName
{
color: #0FAC7B;
}
.AnyTagClassName
{
color: #0FAC7B;
}
</style>
background-color css
<style>
a { background-color: #0FAC7B; }
a { background-color: rgb(15,172,123); }
div.DivClassName
{
background-color: #0FAC7B;
}
.BgClassName
{
background-color: #0FAC7B;
}
</style>
border-color css
<style>
span { border-color: #0FAC7B; }
span { border-color: rgb(15,172,123); }
td.TdClassName
{
border-color: #0FAC7B;
}
.TagClassName
{
border-color: #0FAC7B;
}
</style>