Shades of Mountain Meadow #0CC376
Tints of Mountain Meadow #0CC376
RGB
CMYK
RGB Variations
Color information
#0CC376 (or 0x0CC376) is known color: Mountain Meadow. HEX triplet: 0C, C3 and 76. RGB value is (12,195,118). Sum of RGB (Red+Green+Blue) = 12+195+118=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC376 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC376 is #F33C89. Grayscale: #838383. Windows color (decimal): -15940746 or 7783180. OLE color: 7783180.
HSL color Cylindrical-coordinate representation of color #0CC376: hue angle of 154.75º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC376 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 118 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.24 |
| HSL | 154.75º | 0.88% | 0.41% | - |
| HSV(B) | 154.75º | 0.94% | 0.76% | - |
| XYZ | 22.94 | 40.42 | 23.73 | - |
| YUV | 131.51 | 120.37 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 118 | 0.94 | 0 | 0.39 | 0.24 | 154.75 | 0.88 | 0.41 |
| Hex | C | C3 | 76 | 5E | 0 | 27 | 18 | 9B | 58 | 29 |
| Octal | 14 | 303 | 166 | 136 | 0 | 47 | 30 | 233 | 130 | 51 |
| Binary | 1100 | 11000011 | 1110110 | 1011110 | 0 | 100111 | 11000 | 10011011 | 1011000 | 101001 |
Color Harmonies of #0CC376
Complementary color
Monochromatic Colors of #0CC376
Black with #0CC376
Text Example
Text Example
White with #0CC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC376; }
p { color: rgb(12,195,118); }
H1.HeaderClassName
{
color: #0CC376;
}
.AnyTagClassName
{
color: #0CC376;
}
</style>
background-color css
<style>
a { background-color: #0CC376; }
a { background-color: rgb(12,195,118); }
div.DivClassName
{
background-color: #0CC376;
}
.BgClassName
{
background-color: #0CC376;
}
</style>
border-color css
<style>
span { border-color: #0CC376; }
span { border-color: rgb(12,195,118); }
td.TdClassName
{
border-color: #0CC376;
}
.TagClassName
{
border-color: #0CC376;
}
</style>