Shades of Mountain Meadow #0DAF7B
Tints of Mountain Meadow #0DAF7B
RGB
CMYK
RGB Variations
Color information
#0DAF7B (or 0x0DAF7B) is known color: Mountain Meadow. HEX triplet: 0D, AF and 7B. RGB value is (13,175,123). Sum of RGB (Red+Green+Blue) = 13+175+123=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF7B is #F25084. Grayscale: #787878. Windows color (decimal): -15880325 or 8105741. OLE color: 8105741.
HSL color Cylindrical-coordinate representation of color #0DAF7B: hue angle of 160.74º 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 #0DAF7B is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 123 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.31 |
| HSL | 160.74º | 0.86% | 0.37% | - |
| HSV(B) | 160.74º | 0.93% | 0.69% | - |
| XYZ | 19.07 | 32.18 | 23.94 | - |
| YUV | 120.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 123 | 0.93 | 0 | 0.30 | 0.31 | 160.74 | 0.86 | 0.37 |
| Hex | D | AF | 7B | 5D | 0 | 1E | 1F | A1 | 56 | 25 |
| Octal | 15 | 257 | 173 | 135 | 0 | 36 | 37 | 241 | 126 | 45 |
| Binary | 1101 | 10101111 | 1111011 | 1011101 | 0 | 11110 | 11111 | 10100001 | 1010110 | 100101 |
Color Harmonies of #0DAF7B
Complementary color
Monochromatic Colors of #0DAF7B
Black with #0DAF7B
Text Example
Text Example
White with #0DAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF7B; }
p { color: rgb(13,175,123); }
H1.HeaderClassName
{
color: #0DAF7B;
}
.AnyTagClassName
{
color: #0DAF7B;
}
</style>
background-color css
<style>
a { background-color: #0DAF7B; }
a { background-color: rgb(13,175,123); }
div.DivClassName
{
background-color: #0DAF7B;
}
.BgClassName
{
background-color: #0DAF7B;
}
</style>
border-color css
<style>
span { border-color: #0DAF7B; }
span { border-color: rgb(13,175,123); }
td.TdClassName
{
border-color: #0DAF7B;
}
.TagClassName
{
border-color: #0DAF7B;
}
</style>