Shades of Mountain Meadow #10CE7C
Tints of Mountain Meadow #10CE7C
RGB
CMYK
RGB Variations
Color information
#10CE7C (or 0x10CE7C) is known color: Mountain Meadow. HEX triplet: 10, CE and 7C. RGB value is (16,206,124). Sum of RGB (Red+Green+Blue) = 16+206+124=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CE7C is #EF3183. Grayscale: #8B8B8B. Windows color (decimal): -15675780 or 8179216. OLE color: 8179216.
HSL color Cylindrical-coordinate representation of color #10CE7C: hue angle of 154.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE7C is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 124 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.19 |
| HSL | 154.11º | 0.86% | 0.44% | - |
| HSV(B) | 154.11º | 0.92% | 0.81% | - |
| XYZ | 25.92 | 45.71 | 26.53 | - |
| YUV | 139.84 | 119.05 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 124 | 0.92 | 0 | 0.40 | 0.19 | 154.11 | 0.86 | 0.44 |
| Hex | 10 | CE | 7C | 5C | 0 | 28 | 13 | 9A | 56 | 2C |
| Octal | 20 | 316 | 174 | 134 | 0 | 50 | 23 | 232 | 126 | 54 |
| Binary | 10000 | 11001110 | 1111100 | 1011100 | 0 | 101000 | 10011 | 10011010 | 1010110 | 101100 |
Color Harmonies of #10CE7C
Complementary color
Monochromatic Colors of #10CE7C
Black with #10CE7C
Text Example
Text Example
White with #10CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE7C; }
p { color: rgb(16,206,124); }
H1.HeaderClassName
{
color: #10CE7C;
}
.AnyTagClassName
{
color: #10CE7C;
}
</style>
background-color css
<style>
a { background-color: #10CE7C; }
a { background-color: rgb(16,206,124); }
div.DivClassName
{
background-color: #10CE7C;
}
.BgClassName
{
background-color: #10CE7C;
}
</style>
border-color css
<style>
span { border-color: #10CE7C; }
span { border-color: rgb(16,206,124); }
td.TdClassName
{
border-color: #10CE7C;
}
.TagClassName
{
border-color: #10CE7C;
}
</style>