Shades of Mountain Meadow #0BC08A
Tints of Mountain Meadow #0BC08A
RGB
CMYK
RGB Variations
Color information
#0BC08A (or 0x0BC08A) is known color: Mountain Meadow. HEX triplet: 0B, C0 and 8A. RGB value is (11,192,138). Sum of RGB (Red+Green+Blue) = 11+192+138=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC08A is #F43F75. Grayscale: #838383. Windows color (decimal): -16007030 or 9093131. OLE color: 9093131.
HSL color Cylindrical-coordinate representation of color #0BC08A: hue angle of 162.1º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC08A is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 138 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.25 |
| HSL | 162.1º | 0.89% | 0.4% | - |
| HSV(B) | 162.1º | 0.94% | 0.75% | - |
| XYZ | 23.58 | 39.61 | 30.45 | - |
| YUV | 131.73 | 131.53 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 138 | 0.94 | 0 | 0.28 | 0.25 | 162.1 | 0.89 | 0.4 |
| Hex | B | C0 | 8A | 5E | 0 | 1C | 19 | A2 | 59 | 28 |
| Octal | 13 | 300 | 212 | 136 | 0 | 34 | 31 | 242 | 131 | 50 |
| Binary | 1011 | 11000000 | 10001010 | 1011110 | 0 | 11100 | 11001 | 10100010 | 1011001 | 101000 |
Color Harmonies of #0BC08A
Complementary color
Monochromatic Colors of #0BC08A
Black with #0BC08A
Text Example
Text Example
White with #0BC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC08A; }
p { color: rgb(11,192,138); }
H1.HeaderClassName
{
color: #0BC08A;
}
.AnyTagClassName
{
color: #0BC08A;
}
</style>
background-color css
<style>
a { background-color: #0BC08A; }
a { background-color: rgb(11,192,138); }
div.DivClassName
{
background-color: #0BC08A;
}
.BgClassName
{
background-color: #0BC08A;
}
</style>
border-color css
<style>
span { border-color: #0BC08A; }
span { border-color: rgb(11,192,138); }
td.TdClassName
{
border-color: #0BC08A;
}
.TagClassName
{
border-color: #0BC08A;
}
</style>