Shades of Mountain Meadow #0CCB80
Tints of Mountain Meadow #0CCB80
RGB
CMYK
RGB Variations
Color information
#0CCB80 (or 0x0CCB80) is known color: Mountain Meadow. HEX triplet: 0C, CB and 80. RGB value is (12,203,128). Sum of RGB (Red+Green+Blue) = 12+203+128=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCB80 is #F3347F. Grayscale: #898989. Windows color (decimal): -15938688 or 8440588. OLE color: 8440588.
HSL color Cylindrical-coordinate representation of color #0CCB80: hue angle of 156.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCB80 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 128 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.20 |
| HSL | 156.44º | 0.89% | 0.42% | - |
| HSV(B) | 156.44º | 0.94% | 0.8% | - |
| XYZ | 25.4 | 44.35 | 27.64 | - |
| YUV | 137.34 | 122.72 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 128 | 0.94 | 0 | 0.37 | 0.20 | 156.44 | 0.89 | 0.42 |
| Hex | C | CB | 80 | 5E | 0 | 25 | 14 | 9C | 59 | 2A |
| Octal | 14 | 313 | 200 | 136 | 0 | 45 | 24 | 234 | 131 | 52 |
| Binary | 1100 | 11001011 | 10000000 | 1011110 | 0 | 100101 | 10100 | 10011100 | 1011001 | 101010 |
Color Harmonies of #0CCB80
Complementary color
Monochromatic Colors of #0CCB80
Black with #0CCB80
Text Example
Text Example
White with #0CCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCB80; }
p { color: rgb(12,203,128); }
H1.HeaderClassName
{
color: #0CCB80;
}
.AnyTagClassName
{
color: #0CCB80;
}
</style>
background-color css
<style>
a { background-color: #0CCB80; }
a { background-color: rgb(12,203,128); }
div.DivClassName
{
background-color: #0CCB80;
}
.BgClassName
{
background-color: #0CCB80;
}
</style>
border-color css
<style>
span { border-color: #0CCB80; }
span { border-color: rgb(12,203,128); }
td.TdClassName
{
border-color: #0CCB80;
}
.TagClassName
{
border-color: #0CCB80;
}
</style>