Shades of Mountain Meadow #0FA587
Tints of Mountain Meadow #0FA587
RGB
CMYK
RGB Variations
Color information
#0FA587 (or 0x0FA587) is known color: Mountain Meadow. HEX triplet: 0F, A5 and 87. RGB value is (15,165,135). Sum of RGB (Red+Green+Blue) = 15+165+135=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA587 is #F05A78. Grayscale: #747474. Windows color (decimal): -15751801 or 8889615. OLE color: 8889615.
HSL color Cylindrical-coordinate representation of color #0FA587: hue angle of 168º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA587 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 135 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.35 |
| HSL | 168º | 0.83% | 0.35% | - |
| HSV(B) | 168º | 0.91% | 0.65% | - |
| XYZ | 18.03 | 28.76 | 27.52 | - |
| YUV | 116.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 135 | 0.91 | 0 | 0.18 | 0.35 | 168 | 0.83 | 0.35 |
| Hex | F | A5 | 87 | 5B | 0 | 12 | 23 | A8 | 53 | 23 |
| Octal | 17 | 245 | 207 | 133 | 0 | 22 | 43 | 250 | 123 | 43 |
| Binary | 1111 | 10100101 | 10000111 | 1011011 | 0 | 10010 | 100011 | 10101000 | 1010011 | 100011 |
Color Harmonies of #0FA587
Complementary color
Monochromatic Colors of #0FA587
Black with #0FA587
Text Example
Text Example
White with #0FA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA587; }
p { color: rgb(15,165,135); }
H1.HeaderClassName
{
color: #0FA587;
}
.AnyTagClassName
{
color: #0FA587;
}
</style>
background-color css
<style>
a { background-color: #0FA587; }
a { background-color: rgb(15,165,135); }
div.DivClassName
{
background-color: #0FA587;
}
.BgClassName
{
background-color: #0FA587;
}
</style>
border-color css
<style>
span { border-color: #0FA587; }
span { border-color: rgb(15,165,135); }
td.TdClassName
{
border-color: #0FA587;
}
.TagClassName
{
border-color: #0FA587;
}
</style>