Shades of Mountain Meadow #0CB589
Tints of Mountain Meadow #0CB589
RGB
CMYK
RGB Variations
Color information
#0CB589 (or 0x0CB589) is known color: Mountain Meadow. HEX triplet: 0C, B5 and 89. RGB value is (12,181,137). Sum of RGB (Red+Green+Blue) = 12+181+137=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB589 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB589 is #F34A76. Grayscale: #7D7D7D. Windows color (decimal): -15944311 or 9024780. OLE color: 9024780.
HSL color Cylindrical-coordinate representation of color #0CB589: hue angle of 164.38º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB589 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 137 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.29 |
| HSL | 164.38º | 0.88% | 0.38% | - |
| HSV(B) | 164.38º | 0.93% | 0.71% | - |
| XYZ | 21.19 | 34.93 | 29.29 | - |
| YUV | 125.45 | 134.51 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 137 | 0.93 | 0 | 0.24 | 0.29 | 164.38 | 0.88 | 0.38 |
| Hex | C | B5 | 89 | 5D | 0 | 18 | 1D | A4 | 58 | 26 |
| Octal | 14 | 265 | 211 | 135 | 0 | 30 | 35 | 244 | 130 | 46 |
| Binary | 1100 | 10110101 | 10001001 | 1011101 | 0 | 11000 | 11101 | 10100100 | 1011000 | 100110 |
Color Harmonies of #0CB589
Complementary color
Monochromatic Colors of #0CB589
Black with #0CB589
Text Example
Text Example
White with #0CB589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB589; }
p { color: rgb(12,181,137); }
H1.HeaderClassName
{
color: #0CB589;
}
.AnyTagClassName
{
color: #0CB589;
}
</style>
background-color css
<style>
a { background-color: #0CB589; }
a { background-color: rgb(12,181,137); }
div.DivClassName
{
background-color: #0CB589;
}
.BgClassName
{
background-color: #0CB589;
}
</style>
border-color css
<style>
span { border-color: #0CB589; }
span { border-color: rgb(12,181,137); }
td.TdClassName
{
border-color: #0CB589;
}
.TagClassName
{
border-color: #0CB589;
}
</style>