Shades of Mountain Meadow #0DAF83
Tints of Mountain Meadow #0DAF83
RGB
CMYK
RGB Variations
Color information
#0DAF83 (or 0x0DAF83) is known color: Mountain Meadow. HEX triplet: 0D, AF and 83. RGB value is (13,175,131). Sum of RGB (Red+Green+Blue) = 13+175+131=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF83 is #F2507C. Grayscale: #797979. Windows color (decimal): -15880317 or 8630029. OLE color: 8630029.
HSL color Cylindrical-coordinate representation of color #0DAF83: hue angle of 163.7º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF83 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 131 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.31 |
| HSL | 163.7º | 0.86% | 0.37% | - |
| HSV(B) | 163.7º | 0.93% | 0.69% | - |
| XYZ | 19.59 | 32.38 | 26.69 | - |
| YUV | 121.55 | 133.33 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 131 | 0.93 | 0 | 0.25 | 0.31 | 163.7 | 0.86 | 0.37 |
| Hex | D | AF | 83 | 5D | 0 | 19 | 1F | A4 | 56 | 25 |
| Octal | 15 | 257 | 203 | 135 | 0 | 31 | 37 | 244 | 126 | 45 |
| Binary | 1101 | 10101111 | 10000011 | 1011101 | 0 | 11001 | 11111 | 10100100 | 1010110 | 100101 |
Color Harmonies of #0DAF83
Complementary color
Monochromatic Colors of #0DAF83
Black with #0DAF83
Text Example
Text Example
White with #0DAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF83; }
p { color: rgb(13,175,131); }
H1.HeaderClassName
{
color: #0DAF83;
}
.AnyTagClassName
{
color: #0DAF83;
}
</style>
background-color css
<style>
a { background-color: #0DAF83; }
a { background-color: rgb(13,175,131); }
div.DivClassName
{
background-color: #0DAF83;
}
.BgClassName
{
background-color: #0DAF83;
}
</style>
border-color css
<style>
span { border-color: #0DAF83; }
span { border-color: rgb(13,175,131); }
td.TdClassName
{
border-color: #0DAF83;
}
.TagClassName
{
border-color: #0DAF83;
}
</style>