Shades of Mountain Meadow #10C66F
Tints of Mountain Meadow #10C66F
RGB
CMYK
RGB Variations
Color information
#10C66F (or 0x10C66F) is known color: Mountain Meadow. HEX triplet: 10, C6 and 6F. RGB value is (16,198,111). Sum of RGB (Red+Green+Blue) = 16+198+111=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #10C66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C66F is #EF3990. Grayscale: #858585. Windows color (decimal): -15677841 or 7325200. OLE color: 7325200.
HSL color Cylindrical-coordinate representation of color #10C66F: hue angle of 151.32º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C66F is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 111 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.22 |
| HSL | 151.32º | 0.85% | 0.42% | - |
| HSV(B) | 151.32º | 0.92% | 0.78% | - |
| XYZ | 23.28 | 41.65 | 21.85 | - |
| YUV | 133.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 111 | 0.92 | 0 | 0.44 | 0.22 | 151.32 | 0.85 | 0.42 |
| Hex | 10 | C6 | 6F | 5C | 0 | 2C | 16 | 97 | 55 | 2A |
| Octal | 20 | 306 | 157 | 134 | 0 | 54 | 26 | 227 | 125 | 52 |
| Binary | 10000 | 11000110 | 1101111 | 1011100 | 0 | 101100 | 10110 | 10010111 | 1010101 | 101010 |
Color Harmonies of #10C66F
Complementary color
Monochromatic Colors of #10C66F
Black with #10C66F
Text Example
Text Example
White with #10C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C66F; }
p { color: rgb(16,198,111); }
H1.HeaderClassName
{
color: #10C66F;
}
.AnyTagClassName
{
color: #10C66F;
}
</style>
background-color css
<style>
a { background-color: #10C66F; }
a { background-color: rgb(16,198,111); }
div.DivClassName
{
background-color: #10C66F;
}
.BgClassName
{
background-color: #10C66F;
}
</style>
border-color css
<style>
span { border-color: #10C66F; }
span { border-color: rgb(16,198,111); }
td.TdClassName
{
border-color: #10C66F;
}
.TagClassName
{
border-color: #10C66F;
}
</style>