Shades of Mountain Meadow #10C172
Tints of Mountain Meadow #10C172
RGB
CMYK
RGB Variations
Color information
#10C172 (or 0x10C172) is known color: Mountain Meadow. HEX triplet: 10, C1 and 72. RGB value is (16,193,114). Sum of RGB (Red+Green+Blue) = 16+193+114=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #10C172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C172 is #EF3E8D. Grayscale: #838383. Windows color (decimal): -15679118 or 7520528. OLE color: 7520528.
HSL color Cylindrical-coordinate representation of color #10C172: hue angle of 153.22º 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 #10C172 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 114 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.24 |
| HSL | 153.22º | 0.85% | 0.41% | - |
| HSV(B) | 153.22º | 0.92% | 0.76% | - |
| XYZ | 22.32 | 39.46 | 22.36 | - |
| YUV | 131.07 | 118.36 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 114 | 0.92 | 0 | 0.41 | 0.24 | 153.22 | 0.85 | 0.41 |
| Hex | 10 | C1 | 72 | 5C | 0 | 29 | 18 | 99 | 55 | 29 |
| Octal | 20 | 301 | 162 | 134 | 0 | 51 | 30 | 231 | 125 | 51 |
| Binary | 10000 | 11000001 | 1110010 | 1011100 | 0 | 101001 | 11000 | 10011001 | 1010101 | 101001 |
Color Harmonies of #10C172
Complementary color
Monochromatic Colors of #10C172
Black with #10C172
Text Example
Text Example
White with #10C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C172; }
p { color: rgb(16,193,114); }
H1.HeaderClassName
{
color: #10C172;
}
.AnyTagClassName
{
color: #10C172;
}
</style>
background-color css
<style>
a { background-color: #10C172; }
a { background-color: rgb(16,193,114); }
div.DivClassName
{
background-color: #10C172;
}
.BgClassName
{
background-color: #10C172;
}
</style>
border-color css
<style>
span { border-color: #10C172; }
span { border-color: rgb(16,193,114); }
td.TdClassName
{
border-color: #10C172;
}
.TagClassName
{
border-color: #10C172;
}
</style>