Shades of Mountain Meadow #0BCB7A
Tints of Mountain Meadow #0BCB7A
RGB
CMYK
RGB Variations
Color information
#0BCB7A (or 0x0BCB7A) is known color: Mountain Meadow. HEX triplet: 0B, CB and 7A. RGB value is (11,203,122). Sum of RGB (Red+Green+Blue) = 11+203+122=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCB7A is #F43485. Grayscale: #888888. Windows color (decimal): -16004230 or 8047371. OLE color: 8047371.
HSL color Cylindrical-coordinate representation of color #0BCB7A: hue angle of 154.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB7A is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 122 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.20 |
| HSL | 154.69º | 0.9% | 0.42% | - |
| HSV(B) | 154.69º | 0.95% | 0.8% | - |
| XYZ | 25.01 | 44.19 | 25.62 | - |
| YUV | 136.36 | 119.89 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 122 | 0.95 | 0 | 0.40 | 0.20 | 154.69 | 0.9 | 0.42 |
| Hex | B | CB | 7A | 5F | 0 | 28 | 14 | 9B | 5A | 2A |
| Octal | 13 | 313 | 172 | 137 | 0 | 50 | 24 | 233 | 132 | 52 |
| Binary | 1011 | 11001011 | 1111010 | 1011111 | 0 | 101000 | 10100 | 10011011 | 1011010 | 101010 |
Color Harmonies of #0BCB7A
Complementary color
Monochromatic Colors of #0BCB7A
Black with #0BCB7A
Text Example
Text Example
White with #0BCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB7A; }
p { color: rgb(11,203,122); }
H1.HeaderClassName
{
color: #0BCB7A;
}
.AnyTagClassName
{
color: #0BCB7A;
}
</style>
background-color css
<style>
a { background-color: #0BCB7A; }
a { background-color: rgb(11,203,122); }
div.DivClassName
{
background-color: #0BCB7A;
}
.BgClassName
{
background-color: #0BCB7A;
}
</style>
border-color css
<style>
span { border-color: #0BCB7A; }
span { border-color: rgb(11,203,122); }
td.TdClassName
{
border-color: #0BCB7A;
}
.TagClassName
{
border-color: #0BCB7A;
}
</style>