Shades of Mountain Meadow #0FAC83
Tints of Mountain Meadow #0FAC83
RGB
CMYK
RGB Variations
Color information
#0FAC83 (or 0x0FAC83) is known color: Mountain Meadow. HEX triplet: 0F, AC and 83. RGB value is (15,172,131). Sum of RGB (Red+Green+Blue) = 15+172+131=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC83 is #F0537C. Grayscale: #787878. Windows color (decimal): -15750013 or 8629263. OLE color: 8629263.
HSL color Cylindrical-coordinate representation of color #0FAC83: hue angle of 164.33º 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 #0FAC83 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 131 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.33 |
| HSL | 164.33º | 0.84% | 0.37% | - |
| HSV(B) | 164.33º | 0.91% | 0.67% | - |
| XYZ | 19.05 | 31.25 | 26.5 | - |
| YUV | 120.38 | 133.99 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 131 | 0.91 | 0 | 0.24 | 0.33 | 164.33 | 0.84 | 0.37 |
| Hex | F | AC | 83 | 5B | 0 | 18 | 21 | A4 | 54 | 25 |
| Octal | 17 | 254 | 203 | 133 | 0 | 30 | 41 | 244 | 124 | 45 |
| Binary | 1111 | 10101100 | 10000011 | 1011011 | 0 | 11000 | 100001 | 10100100 | 1010100 | 100101 |
Color Harmonies of #0FAC83
Complementary color
Monochromatic Colors of #0FAC83
Black with #0FAC83
Text Example
Text Example
White with #0FAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC83; }
p { color: rgb(15,172,131); }
H1.HeaderClassName
{
color: #0FAC83;
}
.AnyTagClassName
{
color: #0FAC83;
}
</style>
background-color css
<style>
a { background-color: #0FAC83; }
a { background-color: rgb(15,172,131); }
div.DivClassName
{
background-color: #0FAC83;
}
.BgClassName
{
background-color: #0FAC83;
}
</style>
border-color css
<style>
span { border-color: #0FAC83; }
span { border-color: rgb(15,172,131); }
td.TdClassName
{
border-color: #0FAC83;
}
.TagClassName
{
border-color: #0FAC83;
}
</style>