Shades of Mountain Meadow #10C68A
Tints of Mountain Meadow #10C68A
RGB
CMYK
RGB Variations
Color information
#10C68A (or 0x10C68A) is known color: Mountain Meadow. HEX triplet: 10, C6 and 8A. RGB value is (16,198,138). Sum of RGB (Red+Green+Blue) = 16+198+138=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #10C68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C68A is #EF3975. Grayscale: #888888. Windows color (decimal): -15677814 or 9094672. OLE color: 9094672.
HSL color Cylindrical-coordinate representation of color #10C68A: hue angle of 160.22º 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 #10C68A is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 138 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.22 |
| HSL | 160.22º | 0.85% | 0.42% | - |
| HSV(B) | 160.22º | 0.92% | 0.78% | - |
| XYZ | 25 | 42.33 | 30.9 | - |
| YUV | 136.74 | 128.7 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 138 | 0.92 | 0 | 0.30 | 0.22 | 160.22 | 0.85 | 0.42 |
| Hex | 10 | C6 | 8A | 5C | 0 | 1E | 16 | A0 | 55 | 2A |
| Octal | 20 | 306 | 212 | 134 | 0 | 36 | 26 | 240 | 125 | 52 |
| Binary | 10000 | 11000110 | 10001010 | 1011100 | 0 | 11110 | 10110 | 10100000 | 1010101 | 101010 |
Color Harmonies of #10C68A
Complementary color
Monochromatic Colors of #10C68A
Black with #10C68A
Text Example
Text Example
White with #10C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C68A; }
p { color: rgb(16,198,138); }
H1.HeaderClassName
{
color: #10C68A;
}
.AnyTagClassName
{
color: #10C68A;
}
</style>
background-color css
<style>
a { background-color: #10C68A; }
a { background-color: rgb(16,198,138); }
div.DivClassName
{
background-color: #10C68A;
}
.BgClassName
{
background-color: #10C68A;
}
</style>
border-color css
<style>
span { border-color: #10C68A; }
span { border-color: rgb(16,198,138); }
td.TdClassName
{
border-color: #10C68A;
}
.TagClassName
{
border-color: #10C68A;
}
</style>