Shades of Mountain Meadow #0CD17A
Tints of Mountain Meadow #0CD17A
RGB
CMYK
RGB Variations
Color information
#0CD17A (or 0x0CD17A) is known color: Mountain Meadow. HEX triplet: 0C, D1 and 7A. RGB value is (12,209,122). Sum of RGB (Red+Green+Blue) = 12+209+122=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD17A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD17A is #F32E85. Grayscale: #8C8C8C. Windows color (decimal): -15937158 or 8048908. OLE color: 8048908.
HSL color Cylindrical-coordinate representation of color #0CD17A: hue angle of 153.5º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD17A is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 209 | 122 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.18 |
| HSL | 153.5º | 0.89% | 0.43% | - |
| HSV(B) | 153.5º | 0.94% | 0.82% | - |
| XYZ | 26.46 | 47.08 | 26.11 | - |
| YUV | 140.18 | 117.73 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 122 | 0.94 | 0 | 0.42 | 0.18 | 153.5 | 0.89 | 0.43 |
| Hex | C | D1 | 7A | 5E | 0 | 2A | 12 | 9A | 59 | 2B |
| Octal | 14 | 321 | 172 | 136 | 0 | 52 | 22 | 232 | 131 | 53 |
| Binary | 1100 | 11010001 | 1111010 | 1011110 | 0 | 101010 | 10010 | 10011010 | 1011001 | 101011 |
Color Harmonies of #0CD17A
Complementary color
Monochromatic Colors of #0CD17A
Black with #0CD17A
Text Example
Text Example
White with #0CD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD17A; }
p { color: rgb(12,209,122); }
H1.HeaderClassName
{
color: #0CD17A;
}
.AnyTagClassName
{
color: #0CD17A;
}
</style>
background-color css
<style>
a { background-color: #0CD17A; }
a { background-color: rgb(12,209,122); }
div.DivClassName
{
background-color: #0CD17A;
}
.BgClassName
{
background-color: #0CD17A;
}
</style>
border-color css
<style>
span { border-color: #0CD17A; }
span { border-color: rgb(12,209,122); }
td.TdClassName
{
border-color: #0CD17A;
}
.TagClassName
{
border-color: #0CD17A;
}
</style>