Shades of Mountain Meadow #0FA482
Tints of Mountain Meadow #0FA482
RGB
CMYK
RGB Variations
Color information
#0FA482 (or 0x0FA482) is known color: Mountain Meadow. HEX triplet: 0F, A4 and 82. RGB value is (15,164,130). Sum of RGB (Red+Green+Blue) = 15+164+130=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA482 is #F05B7D. Grayscale: #737373. Windows color (decimal): -15752062 or 8561679. OLE color: 8561679.
HSL color Cylindrical-coordinate representation of color #0FA482: hue angle of 166.31º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA482 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 130 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.36 |
| HSL | 166.31º | 0.83% | 0.35% | - |
| HSV(B) | 166.31º | 0.91% | 0.64% | - |
| XYZ | 17.5 | 28.26 | 25.65 | - |
| YUV | 115.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 130 | 0.91 | 0 | 0.21 | 0.36 | 166.31 | 0.83 | 0.35 |
| Hex | F | A4 | 82 | 5B | 0 | 15 | 24 | A6 | 53 | 23 |
| Octal | 17 | 244 | 202 | 133 | 0 | 25 | 44 | 246 | 123 | 43 |
| Binary | 1111 | 10100100 | 10000010 | 1011011 | 0 | 10101 | 100100 | 10100110 | 1010011 | 100011 |
Color Harmonies of #0FA482
Complementary color
Monochromatic Colors of #0FA482
Black with #0FA482
Text Example
Text Example
White with #0FA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA482; }
p { color: rgb(15,164,130); }
H1.HeaderClassName
{
color: #0FA482;
}
.AnyTagClassName
{
color: #0FA482;
}
</style>
background-color css
<style>
a { background-color: #0FA482; }
a { background-color: rgb(15,164,130); }
div.DivClassName
{
background-color: #0FA482;
}
.BgClassName
{
background-color: #0FA482;
}
</style>
border-color css
<style>
span { border-color: #0FA482; }
span { border-color: rgb(15,164,130); }
td.TdClassName
{
border-color: #0FA482;
}
.TagClassName
{
border-color: #0FA482;
}
</style>