Shades of Mountain Meadow #10C18C
Tints of Mountain Meadow #10C18C
RGB
CMYK
RGB Variations
Color information
#10C18C (or 0x10C18C) is known color: Mountain Meadow. HEX triplet: 10, C1 and 8C. RGB value is (16,193,140). Sum of RGB (Red+Green+Blue) = 16+193+140=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #10C18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C18C is #EF3E73. Grayscale: #868686. Windows color (decimal): -15679092 or 9224464. OLE color: 9224464.
HSL color Cylindrical-coordinate representation of color #10C18C: hue angle of 162.03º 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 #10C18C is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 140 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.24 |
| HSL | 162.03º | 0.85% | 0.41% | - |
| HSV(B) | 162.03º | 0.92% | 0.76% | - |
| XYZ | 24.02 | 40.14 | 31.29 | - |
| YUV | 134.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 140 | 0.92 | 0 | 0.27 | 0.24 | 162.03 | 0.85 | 0.41 |
| Hex | 10 | C1 | 8C | 5C | 0 | 1B | 18 | A2 | 55 | 29 |
| Octal | 20 | 301 | 214 | 134 | 0 | 33 | 30 | 242 | 125 | 51 |
| Binary | 10000 | 11000001 | 10001100 | 1011100 | 0 | 11011 | 11000 | 10100010 | 1010101 | 101001 |
Color Harmonies of #10C18C
Complementary color
Monochromatic Colors of #10C18C
Black with #10C18C
Text Example
Text Example
White with #10C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C18C; }
p { color: rgb(16,193,140); }
H1.HeaderClassName
{
color: #10C18C;
}
.AnyTagClassName
{
color: #10C18C;
}
</style>
background-color css
<style>
a { background-color: #10C18C; }
a { background-color: rgb(16,193,140); }
div.DivClassName
{
background-color: #10C18C;
}
.BgClassName
{
background-color: #10C18C;
}
</style>
border-color css
<style>
span { border-color: #10C18C; }
span { border-color: rgb(16,193,140); }
td.TdClassName
{
border-color: #10C18C;
}
.TagClassName
{
border-color: #10C18C;
}
</style>