Shades of Mountain Meadow #10C180
Tints of Mountain Meadow #10C180
RGB
CMYK
RGB Variations
Color information
#10C180 (or 0x10C180) is known color: Mountain Meadow. HEX triplet: 10, C1 and 80. RGB value is (16,193,128). Sum of RGB (Red+Green+Blue) = 16+193+128=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #10C180 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C180 is #EF3E7F. Grayscale: #848484. Windows color (decimal): -15679104 or 8438032. OLE color: 8438032.
HSL color Cylindrical-coordinate representation of color #10C180: hue angle of 157.97º 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 #10C180 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 128 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.24 |
| HSL | 157.97º | 0.85% | 0.41% | - |
| HSV(B) | 157.97º | 0.92% | 0.76% | - |
| XYZ | 23.18 | 39.81 | 26.88 | - |
| YUV | 132.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 128 | 0.92 | 0 | 0.34 | 0.24 | 157.97 | 0.85 | 0.41 |
| Hex | 10 | C1 | 80 | 5C | 0 | 22 | 18 | 9E | 55 | 29 |
| Octal | 20 | 301 | 200 | 134 | 0 | 42 | 30 | 236 | 125 | 51 |
| Binary | 10000 | 11000001 | 10000000 | 1011100 | 0 | 100010 | 11000 | 10011110 | 1010101 | 101001 |
Color Harmonies of #10C180
Complementary color
Monochromatic Colors of #10C180
Black with #10C180
Text Example
Text Example
White with #10C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C180; }
p { color: rgb(16,193,128); }
H1.HeaderClassName
{
color: #10C180;
}
.AnyTagClassName
{
color: #10C180;
}
</style>
background-color css
<style>
a { background-color: #10C180; }
a { background-color: rgb(16,193,128); }
div.DivClassName
{
background-color: #10C180;
}
.BgClassName
{
background-color: #10C180;
}
</style>
border-color css
<style>
span { border-color: #10C180; }
span { border-color: rgb(16,193,128); }
td.TdClassName
{
border-color: #10C180;
}
.TagClassName
{
border-color: #10C180;
}
</style>