Shades of Mountain Meadow #0CC479
Tints of Mountain Meadow #0CC479
RGB
CMYK
RGB Variations
Color information
#0CC479 (or 0x0CC479) is known color: Mountain Meadow. HEX triplet: 0C, C4 and 79. RGB value is (12,196,121). Sum of RGB (Red+Green+Blue) = 12+196+121=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC479 is #F33B86. Grayscale: #848484. Windows color (decimal): -15940487 or 7980044. OLE color: 7980044.
HSL color Cylindrical-coordinate representation of color #0CC479: hue angle of 155.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC479 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 121 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.23 |
| HSL | 155.54º | 0.88% | 0.41% | - |
| HSV(B) | 155.54º | 0.94% | 0.77% | - |
| XYZ | 23.34 | 40.94 | 24.76 | - |
| YUV | 132.43 | 121.54 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 121 | 0.94 | 0 | 0.38 | 0.23 | 155.54 | 0.88 | 0.41 |
| Hex | C | C4 | 79 | 5E | 0 | 26 | 17 | 9C | 58 | 29 |
| Octal | 14 | 304 | 171 | 136 | 0 | 46 | 27 | 234 | 130 | 51 |
| Binary | 1100 | 11000100 | 1111001 | 1011110 | 0 | 100110 | 10111 | 10011100 | 1011000 | 101001 |
Color Harmonies of #0CC479
Complementary color
Monochromatic Colors of #0CC479
Black with #0CC479
Text Example
Text Example
White with #0CC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC479; }
p { color: rgb(12,196,121); }
H1.HeaderClassName
{
color: #0CC479;
}
.AnyTagClassName
{
color: #0CC479;
}
</style>
background-color css
<style>
a { background-color: #0CC479; }
a { background-color: rgb(12,196,121); }
div.DivClassName
{
background-color: #0CC479;
}
.BgClassName
{
background-color: #0CC479;
}
</style>
border-color css
<style>
span { border-color: #0CC479; }
span { border-color: rgb(12,196,121); }
td.TdClassName
{
border-color: #0CC479;
}
.TagClassName
{
border-color: #0CC479;
}
</style>