Shades of Mountain Meadow #10CC7D
Tints of Mountain Meadow #10CC7D
RGB
CMYK
RGB Variations
Color information
#10CC7D (or 0x10CC7D) is known color: Mountain Meadow. HEX triplet: 10, CC and 7D. RGB value is (16,204,125). Sum of RGB (Red+Green+Blue) = 16+204+125=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC7D is #EF3382. Grayscale: #8A8A8A. Windows color (decimal): -15676291 or 8244240. OLE color: 8244240.
HSL color Cylindrical-coordinate representation of color #10CC7D: hue angle of 154.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC7D is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 125 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.2 |
| HSL | 154.79º | 0.85% | 0.43% | - |
| HSV(B) | 154.79º | 0.92% | 0.8% | - |
| XYZ | 25.51 | 44.78 | 26.7 | - |
| YUV | 138.78 | 120.22 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 125 | 0.92 | 0 | 0.39 | 0.2 | 154.79 | 0.85 | 0.43 |
| Hex | 10 | CC | 7D | 5C | 0 | 27 | 14 | 9B | 55 | 2B |
| Octal | 20 | 314 | 175 | 134 | 0 | 47 | 24 | 233 | 125 | 53 |
| Binary | 10000 | 11001100 | 1111101 | 1011100 | 0 | 100111 | 10100 | 10011011 | 1010101 | 101011 |
Color Harmonies of #10CC7D
Complementary color
Monochromatic Colors of #10CC7D
Black with #10CC7D
Text Example
Text Example
White with #10CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC7D; }
p { color: rgb(16,204,125); }
H1.HeaderClassName
{
color: #10CC7D;
}
.AnyTagClassName
{
color: #10CC7D;
}
</style>
background-color css
<style>
a { background-color: #10CC7D; }
a { background-color: rgb(16,204,125); }
div.DivClassName
{
background-color: #10CC7D;
}
.BgClassName
{
background-color: #10CC7D;
}
</style>
border-color css
<style>
span { border-color: #10CC7D; }
span { border-color: rgb(16,204,125); }
td.TdClassName
{
border-color: #10CC7D;
}
.TagClassName
{
border-color: #10CC7D;
}
</style>