Shades of Mountain Meadow #10CC77
Tints of Mountain Meadow #10CC77
RGB
CMYK
RGB Variations
Color information
#10CC77 (or 0x10CC77) is known color: Mountain Meadow. HEX triplet: 10, CC and 77. RGB value is (16,204,119). Sum of RGB (Red+Green+Blue) = 16+204+119=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC77 is #EF3388. Grayscale: #8A8A8A. Windows color (decimal): -15676297 or 7851024. OLE color: 7851024.
HSL color Cylindrical-coordinate representation of color #10CC77: hue angle of 152.87º 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 #10CC77 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 119 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.2 |
| HSL | 152.87º | 0.85% | 0.43% | - |
| HSV(B) | 152.87º | 0.92% | 0.8% | - |
| XYZ | 25.14 | 44.63 | 24.74 | - |
| YUV | 138.1 | 117.22 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 119 | 0.92 | 0 | 0.42 | 0.2 | 152.87 | 0.85 | 0.43 |
| Hex | 10 | CC | 77 | 5C | 0 | 2A | 14 | 99 | 55 | 2B |
| Octal | 20 | 314 | 167 | 134 | 0 | 52 | 24 | 231 | 125 | 53 |
| Binary | 10000 | 11001100 | 1110111 | 1011100 | 0 | 101010 | 10100 | 10011001 | 1010101 | 101011 |
Color Harmonies of #10CC77
Complementary color
Monochromatic Colors of #10CC77
Black with #10CC77
Text Example
Text Example
White with #10CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC77; }
p { color: rgb(16,204,119); }
H1.HeaderClassName
{
color: #10CC77;
}
.AnyTagClassName
{
color: #10CC77;
}
</style>
background-color css
<style>
a { background-color: #10CC77; }
a { background-color: rgb(16,204,119); }
div.DivClassName
{
background-color: #10CC77;
}
.BgClassName
{
background-color: #10CC77;
}
</style>
border-color css
<style>
span { border-color: #10CC77; }
span { border-color: rgb(16,204,119); }
td.TdClassName
{
border-color: #10CC77;
}
.TagClassName
{
border-color: #10CC77;
}
</style>