Shades of Mountain Meadow #0DBB92
Tints of Mountain Meadow #0DBB92
RGB
CMYK
RGB Variations
Color information
#0DBB92 (or 0x0DBB92) is known color: Mountain Meadow. HEX triplet: 0D, BB and 92. RGB value is (13,187,146). Sum of RGB (Red+Green+Blue) = 13+187+146=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBB92 is #F2446D. Grayscale: #828282. Windows color (decimal): -15877230 or 9616141. OLE color: 9616141.
HSL color Cylindrical-coordinate representation of color #0DBB92: hue angle of 165.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBB92 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 146 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.27 |
| HSL | 165.86º | 0.87% | 0.39% | - |
| HSV(B) | 165.86º | 0.93% | 0.73% | - |
| XYZ | 23.12 | 37.7 | 33.25 | - |
| YUV | 130.3 | 136.85 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 146 | 0.93 | 0 | 0.22 | 0.27 | 165.86 | 0.87 | 0.39 |
| Hex | D | BB | 92 | 5D | 0 | 16 | 1B | A6 | 57 | 27 |
| Octal | 15 | 273 | 222 | 135 | 0 | 26 | 33 | 246 | 127 | 47 |
| Binary | 1101 | 10111011 | 10010010 | 1011101 | 0 | 10110 | 11011 | 10100110 | 1010111 | 100111 |
Color Harmonies of #0DBB92
Complementary color
Monochromatic Colors of #0DBB92
Black with #0DBB92
Text Example
Text Example
White with #0DBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB92; }
p { color: rgb(13,187,146); }
H1.HeaderClassName
{
color: #0DBB92;
}
.AnyTagClassName
{
color: #0DBB92;
}
</style>
background-color css
<style>
a { background-color: #0DBB92; }
a { background-color: rgb(13,187,146); }
div.DivClassName
{
background-color: #0DBB92;
}
.BgClassName
{
background-color: #0DBB92;
}
</style>
border-color css
<style>
span { border-color: #0DBB92; }
span { border-color: rgb(13,187,146); }
td.TdClassName
{
border-color: #0DBB92;
}
.TagClassName
{
border-color: #0DBB92;
}
</style>