Shades of Mountain Meadow #10C18E
Tints of Mountain Meadow #10C18E
RGB
CMYK
RGB Variations
Color information
#10C18E (or 0x10C18E) is known color: Mountain Meadow. HEX triplet: 10, C1 and 8E. RGB value is (16,193,142). Sum of RGB (Red+Green+Blue) = 16+193+142=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #10C18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C18E is #EF3E71. Grayscale: #868686. Windows color (decimal): -15679090 or 9355536. OLE color: 9355536.
HSL color Cylindrical-coordinate representation of color #10C18E: hue angle of 162.71º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C18E is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 142 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.24 |
| HSL | 162.71º | 0.85% | 0.41% | - |
| HSV(B) | 162.71º | 0.92% | 0.76% | - |
| XYZ | 24.17 | 40.2 | 32.08 | - |
| YUV | 134.26 | 132.36 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 142 | 0.92 | 0 | 0.26 | 0.24 | 162.71 | 0.85 | 0.41 |
| Hex | 10 | C1 | 8E | 5C | 0 | 1A | 18 | A3 | 55 | 29 |
| Octal | 20 | 301 | 216 | 134 | 0 | 32 | 30 | 243 | 125 | 51 |
| Binary | 10000 | 11000001 | 10001110 | 1011100 | 0 | 11010 | 11000 | 10100011 | 1010101 | 101001 |
Color Harmonies of #10C18E
Complementary color
Monochromatic Colors of #10C18E
Black with #10C18E
Text Example
Text Example
White with #10C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C18E; }
p { color: rgb(16,193,142); }
H1.HeaderClassName
{
color: #10C18E;
}
.AnyTagClassName
{
color: #10C18E;
}
</style>
background-color css
<style>
a { background-color: #10C18E; }
a { background-color: rgb(16,193,142); }
div.DivClassName
{
background-color: #10C18E;
}
.BgClassName
{
background-color: #10C18E;
}
</style>
border-color css
<style>
span { border-color: #10C18E; }
span { border-color: rgb(16,193,142); }
td.TdClassName
{
border-color: #10C18E;
}
.TagClassName
{
border-color: #10C18E;
}
</style>