Shades of Mountain Meadow #0CB384
Tints of Mountain Meadow #0CB384
RGB
CMYK
RGB Variations
Color information
#0CB384 (or 0x0CB384) is known color: Mountain Meadow. HEX triplet: 0C, B3 and 84. RGB value is (12,179,132). Sum of RGB (Red+Green+Blue) = 12+179+132=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB384 is #F34C7B. Grayscale: #7B7B7B. Windows color (decimal): -15944828 or 8696588. OLE color: 8696588.
HSL color Cylindrical-coordinate representation of color #0CB384: hue angle of 163.11º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB384 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 132 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.30 |
| HSL | 163.11º | 0.87% | 0.37% | - |
| HSV(B) | 163.11º | 0.93% | 0.7% | - |
| XYZ | 20.44 | 33.98 | 27.31 | - |
| YUV | 123.71 | 132.67 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 132 | 0.93 | 0 | 0.26 | 0.30 | 163.11 | 0.87 | 0.37 |
| Hex | C | B3 | 84 | 5D | 0 | 1A | 1E | A3 | 57 | 25 |
| Octal | 14 | 263 | 204 | 135 | 0 | 32 | 36 | 243 | 127 | 45 |
| Binary | 1100 | 10110011 | 10000100 | 1011101 | 0 | 11010 | 11110 | 10100011 | 1010111 | 100101 |
Color Harmonies of #0CB384
Complementary color
Monochromatic Colors of #0CB384
Black with #0CB384
Text Example
Text Example
White with #0CB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB384; }
p { color: rgb(12,179,132); }
H1.HeaderClassName
{
color: #0CB384;
}
.AnyTagClassName
{
color: #0CB384;
}
</style>
background-color css
<style>
a { background-color: #0CB384; }
a { background-color: rgb(12,179,132); }
div.DivClassName
{
background-color: #0CB384;
}
.BgClassName
{
background-color: #0CB384;
}
</style>
border-color css
<style>
span { border-color: #0CB384; }
span { border-color: rgb(12,179,132); }
td.TdClassName
{
border-color: #0CB384;
}
.TagClassName
{
border-color: #0CB384;
}
</style>