Shades of Mountain Meadow #0DC27C
Tints of Mountain Meadow #0DC27C
RGB
CMYK
RGB Variations
Color information
#0DC27C (or 0x0DC27C) is known color: Mountain Meadow. HEX triplet: 0D, C2 and 7C. RGB value is (13,194,124). Sum of RGB (Red+Green+Blue) = 13+194+124=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC27C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC27C is #F23D83. Grayscale: #848484. Windows color (decimal): -15875460 or 8176141. OLE color: 8176141.
HSL color Cylindrical-coordinate representation of color #0DC27C: hue angle of 156.8º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC27C is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 124 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.24 |
| HSL | 156.8º | 0.87% | 0.41% | - |
| HSV(B) | 156.8º | 0.93% | 0.76% | - |
| XYZ | 23.1 | 40.12 | 25.6 | - |
| YUV | 131.9 | 123.53 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 124 | 0.93 | 0 | 0.36 | 0.24 | 156.8 | 0.87 | 0.41 |
| Hex | D | C2 | 7C | 5D | 0 | 24 | 18 | 9D | 57 | 29 |
| Octal | 15 | 302 | 174 | 135 | 0 | 44 | 30 | 235 | 127 | 51 |
| Binary | 1101 | 11000010 | 1111100 | 1011101 | 0 | 100100 | 11000 | 10011101 | 1010111 | 101001 |
Color Harmonies of #0DC27C
Complementary color
Monochromatic Colors of #0DC27C
Black with #0DC27C
Text Example
Text Example
White with #0DC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC27C; }
p { color: rgb(13,194,124); }
H1.HeaderClassName
{
color: #0DC27C;
}
.AnyTagClassName
{
color: #0DC27C;
}
</style>
background-color css
<style>
a { background-color: #0DC27C; }
a { background-color: rgb(13,194,124); }
div.DivClassName
{
background-color: #0DC27C;
}
.BgClassName
{
background-color: #0DC27C;
}
</style>
border-color css
<style>
span { border-color: #0DC27C; }
span { border-color: rgb(13,194,124); }
td.TdClassName
{
border-color: #0DC27C;
}
.TagClassName
{
border-color: #0DC27C;
}
</style>