Shades of Mountain Meadow #0CC975
Tints of Mountain Meadow #0CC975
RGB
CMYK
RGB Variations
Color information
#0CC975 (or 0x0CC975) is known color: Mountain Meadow. HEX triplet: 0C, C9 and 75. RGB value is (12,201,117). Sum of RGB (Red+Green+Blue) = 12+201+117=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC975 is #F3368A. Grayscale: #878787. Windows color (decimal): -15939211 or 7719180. OLE color: 7719180.
HSL color Cylindrical-coordinate representation of color #0CC975: hue angle of 153.33º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC975 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 117 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.21 |
| HSL | 153.33º | 0.89% | 0.42% | - |
| HSV(B) | 153.33º | 0.94% | 0.79% | - |
| XYZ | 24.25 | 43.14 | 23.88 | - |
| YUV | 134.91 | 117.88 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 117 | 0.94 | 0 | 0.42 | 0.21 | 153.33 | 0.89 | 0.42 |
| Hex | C | C9 | 75 | 5E | 0 | 2A | 15 | 99 | 59 | 2A |
| Octal | 14 | 311 | 165 | 136 | 0 | 52 | 25 | 231 | 131 | 52 |
| Binary | 1100 | 11001001 | 1110101 | 1011110 | 0 | 101010 | 10101 | 10011001 | 1011001 | 101010 |
Color Harmonies of #0CC975
Complementary color
Monochromatic Colors of #0CC975
Black with #0CC975
Text Example
Text Example
White with #0CC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC975; }
p { color: rgb(12,201,117); }
H1.HeaderClassName
{
color: #0CC975;
}
.AnyTagClassName
{
color: #0CC975;
}
</style>
background-color css
<style>
a { background-color: #0CC975; }
a { background-color: rgb(12,201,117); }
div.DivClassName
{
background-color: #0CC975;
}
.BgClassName
{
background-color: #0CC975;
}
</style>
border-color css
<style>
span { border-color: #0CC975; }
span { border-color: rgb(12,201,117); }
td.TdClassName
{
border-color: #0CC975;
}
.TagClassName
{
border-color: #0CC975;
}
</style>