Shades of Mountain Meadow #0CCB7D
Tints of Mountain Meadow #0CCB7D
RGB
CMYK
RGB Variations
Color information
#0CCB7D (or 0x0CCB7D) is known color: Mountain Meadow. HEX triplet: 0C, CB and 7D. RGB value is (12,203,125). Sum of RGB (Red+Green+Blue) = 12+203+125=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCB7D is #F33482. Grayscale: #898989. Windows color (decimal): -15938691 or 8243980. OLE color: 8243980.
HSL color Cylindrical-coordinate representation of color #0CCB7D: hue angle of 155.5º 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 #0CCB7D is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 125 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.20 |
| HSL | 155.5º | 0.89% | 0.42% | - |
| HSV(B) | 155.5º | 0.94% | 0.8% | - |
| XYZ | 25.21 | 44.27 | 26.62 | - |
| YUV | 137 | 121.22 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 125 | 0.94 | 0 | 0.38 | 0.20 | 155.5 | 0.89 | 0.42 |
| Hex | C | CB | 7D | 5E | 0 | 26 | 14 | 9B | 59 | 2A |
| Octal | 14 | 313 | 175 | 136 | 0 | 46 | 24 | 233 | 131 | 52 |
| Binary | 1100 | 11001011 | 1111101 | 1011110 | 0 | 100110 | 10100 | 10011011 | 1011001 | 101010 |
Color Harmonies of #0CCB7D
Complementary color
Monochromatic Colors of #0CCB7D
Black with #0CCB7D
Text Example
Text Example
White with #0CCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCB7D; }
p { color: rgb(12,203,125); }
H1.HeaderClassName
{
color: #0CCB7D;
}
.AnyTagClassName
{
color: #0CCB7D;
}
</style>
background-color css
<style>
a { background-color: #0CCB7D; }
a { background-color: rgb(12,203,125); }
div.DivClassName
{
background-color: #0CCB7D;
}
.BgClassName
{
background-color: #0CCB7D;
}
</style>
border-color css
<style>
span { border-color: #0CCB7D; }
span { border-color: rgb(12,203,125); }
td.TdClassName
{
border-color: #0CCB7D;
}
.TagClassName
{
border-color: #0CCB7D;
}
</style>