Shades of Mountain Meadow #0FAF76
Tints of Mountain Meadow #0FAF76
RGB
CMYK
RGB Variations
Color information
#0FAF76 (or 0x0FAF76) is known color: Mountain Meadow. HEX triplet: 0F, AF and 76. RGB value is (15,175,118). Sum of RGB (Red+Green+Blue) = 15+175+118=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF76 is #F05089. Grayscale: #787878. Windows color (decimal): -15749258 or 7778063. OLE color: 7778063.
HSL color Cylindrical-coordinate representation of color #0FAF76: hue angle of 158.62º 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 #0FAF76 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 118 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.31 |
| HSL | 158.63º | 0.84% | 0.37% | - |
| HSV(B) | 158.63º | 0.91% | 0.69% | - |
| XYZ | 18.8 | 32.07 | 22.34 | - |
| YUV | 120.66 | 126.49 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 118 | 0.91 | 0 | 0.33 | 0.31 | 158.63 | 0.84 | 0.37 |
| Hex | F | AF | 76 | 5B | 0 | 21 | 1F | 9F | 54 | 25 |
| Octal | 17 | 257 | 166 | 133 | 0 | 41 | 37 | 237 | 124 | 45 |
| Binary | 1111 | 10101111 | 1110110 | 1011011 | 0 | 100001 | 11111 | 10011111 | 1010100 | 100101 |
Color Harmonies of #0FAF76
Complementary color
Monochromatic Colors of #0FAF76
Black with #0FAF76
Text Example
Text Example
White with #0FAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF76; }
p { color: rgb(15,175,118); }
H1.HeaderClassName
{
color: #0FAF76;
}
.AnyTagClassName
{
color: #0FAF76;
}
</style>
background-color css
<style>
a { background-color: #0FAF76; }
a { background-color: rgb(15,175,118); }
div.DivClassName
{
background-color: #0FAF76;
}
.BgClassName
{
background-color: #0FAF76;
}
</style>
border-color css
<style>
span { border-color: #0FAF76; }
span { border-color: rgb(15,175,118); }
td.TdClassName
{
border-color: #0FAF76;
}
.TagClassName
{
border-color: #0FAF76;
}
</style>