Shades of Mountain Meadow #0FAF83
Tints of Mountain Meadow #0FAF83
RGB
CMYK
RGB Variations
Color information
#0FAF83 (or 0x0FAF83) is known color: Mountain Meadow. HEX triplet: 0F, AF and 83. RGB value is (15,175,131). Sum of RGB (Red+Green+Blue) = 15+175+131=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF83 is #F0507C. Grayscale: #7A7A7A. Windows color (decimal): -15749245 or 8630031. OLE color: 8630031.
HSL color Cylindrical-coordinate representation of color #0FAF83: hue angle of 163.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF83 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 131 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.31 |
| HSL | 163.5º | 0.84% | 0.37% | - |
| HSV(B) | 163.5º | 0.91% | 0.69% | - |
| XYZ | 19.62 | 32.4 | 26.69 | - |
| YUV | 122.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 131 | 0.91 | 0 | 0.25 | 0.31 | 163.5 | 0.84 | 0.37 |
| Hex | F | AF | 83 | 5B | 0 | 19 | 1F | A4 | 54 | 25 |
| Octal | 17 | 257 | 203 | 133 | 0 | 31 | 37 | 244 | 124 | 45 |
| Binary | 1111 | 10101111 | 10000011 | 1011011 | 0 | 11001 | 11111 | 10100100 | 1010100 | 100101 |
Color Harmonies of #0FAF83
Complementary color
Monochromatic Colors of #0FAF83
Black with #0FAF83
Text Example
Text Example
White with #0FAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF83; }
p { color: rgb(15,175,131); }
H1.HeaderClassName
{
color: #0FAF83;
}
.AnyTagClassName
{
color: #0FAF83;
}
</style>
background-color css
<style>
a { background-color: #0FAF83; }
a { background-color: rgb(15,175,131); }
div.DivClassName
{
background-color: #0FAF83;
}
.BgClassName
{
background-color: #0FAF83;
}
</style>
border-color css
<style>
span { border-color: #0FAF83; }
span { border-color: rgb(15,175,131); }
td.TdClassName
{
border-color: #0FAF83;
}
.TagClassName
{
border-color: #0FAF83;
}
</style>