Shades of Mountain Meadow #0FAF8E
Tints of Mountain Meadow #0FAF8E
RGB
CMYK
RGB Variations
Color information
#0FAF8E (or 0x0FAF8E) is known color: Mountain Meadow. HEX triplet: 0F, AF and 8E. RGB value is (15,175,142). Sum of RGB (Red+Green+Blue) = 15+175+142=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF8E is #F05071. Grayscale: #7B7B7B. Windows color (decimal): -15749234 or 9350927. OLE color: 9350927.
HSL color Cylindrical-coordinate representation of color #0FAF8E: hue angle of 167.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 #0FAF8E is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 142 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.31 |
| HSL | 167.63º | 0.84% | 0.37% | - |
| HSV(B) | 167.63º | 0.91% | 0.69% | - |
| XYZ | 20.41 | 32.71 | 30.83 | - |
| YUV | 123.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 142 | 0.91 | 0 | 0.19 | 0.31 | 167.63 | 0.84 | 0.37 |
| Hex | F | AF | 8E | 5B | 0 | 13 | 1F | A8 | 54 | 25 |
| Octal | 17 | 257 | 216 | 133 | 0 | 23 | 37 | 250 | 124 | 45 |
| Binary | 1111 | 10101111 | 10001110 | 1011011 | 0 | 10011 | 11111 | 10101000 | 1010100 | 100101 |
Color Harmonies of #0FAF8E
Complementary color
Monochromatic Colors of #0FAF8E
Black with #0FAF8E
Text Example
Text Example
White with #0FAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF8E; }
p { color: rgb(15,175,142); }
H1.HeaderClassName
{
color: #0FAF8E;
}
.AnyTagClassName
{
color: #0FAF8E;
}
</style>
background-color css
<style>
a { background-color: #0FAF8E; }
a { background-color: rgb(15,175,142); }
div.DivClassName
{
background-color: #0FAF8E;
}
.BgClassName
{
background-color: #0FAF8E;
}
</style>
border-color css
<style>
span { border-color: #0FAF8E; }
span { border-color: rgb(15,175,142); }
td.TdClassName
{
border-color: #0FAF8E;
}
.TagClassName
{
border-color: #0FAF8E;
}
</style>