Shades of Mountain Meadow #0BCC72
Tints of Mountain Meadow #0BCC72
RGB
CMYK
RGB Variations
Color information
#0BCC72 (or 0x0BCC72) is known color: Mountain Meadow. HEX triplet: 0B, CC and 72. RGB value is (11,204,114). Sum of RGB (Red+Green+Blue) = 11+204+114=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCC72 is #F4338D. Grayscale: #888888. Windows color (decimal): -16003982 or 7523339. OLE color: 7523339.
HSL color Cylindrical-coordinate representation of color #0BCC72: hue angle of 152.02º 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 #0BCC72 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 204 | 114 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.2 |
| HSL | 152.02º | 0.9% | 0.42% | - |
| HSV(B) | 152.02º | 0.95% | 0.8% | - |
| XYZ | 24.77 | 44.47 | 23.2 | - |
| YUV | 136.03 | 115.56 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 114 | 0.95 | 0 | 0.44 | 0.2 | 152.02 | 0.9 | 0.42 |
| Hex | B | CC | 72 | 5F | 0 | 2C | 14 | 98 | 5A | 2A |
| Octal | 13 | 314 | 162 | 137 | 0 | 54 | 24 | 230 | 132 | 52 |
| Binary | 1011 | 11001100 | 1110010 | 1011111 | 0 | 101100 | 10100 | 10011000 | 1011010 | 101010 |
Color Harmonies of #0BCC72
Complementary color
Monochromatic Colors of #0BCC72
Black with #0BCC72
Text Example
Text Example
White with #0BCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCC72; }
p { color: rgb(11,204,114); }
H1.HeaderClassName
{
color: #0BCC72;
}
.AnyTagClassName
{
color: #0BCC72;
}
</style>
background-color css
<style>
a { background-color: #0BCC72; }
a { background-color: rgb(11,204,114); }
div.DivClassName
{
background-color: #0BCC72;
}
.BgClassName
{
background-color: #0BCC72;
}
</style>
border-color css
<style>
span { border-color: #0BCC72; }
span { border-color: rgb(11,204,114); }
td.TdClassName
{
border-color: #0BCC72;
}
.TagClassName
{
border-color: #0BCC72;
}
</style>