Shades of Mountain Meadow #10C375
Tints of Mountain Meadow #10C375
RGB
CMYK
RGB Variations
Color information
#10C375 (or 0x10C375) is known color: Mountain Meadow. HEX triplet: 10, C3 and 75. RGB value is (16,195,117). Sum of RGB (Red+Green+Blue) = 16+195+117=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #10C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C375 is #EF3C8A. Grayscale: #848484. Windows color (decimal): -15678603 or 7717648. OLE color: 7717648.
HSL color Cylindrical-coordinate representation of color #10C375: hue angle of 153.85º 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 #10C375 is Cyan = 0.92, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 117 | - |
| CMYK | 0.92 | 0 | 0.4 | 0.24 |
| HSL | 153.85º | 0.85% | 0.41% | - |
| HSV(B) | 153.85º | 0.92% | 0.76% | - |
| XYZ | 22.94 | 40.42 | 23.42 | - |
| YUV | 132.59 | 119.2 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 117 | 0.92 | 0 | 0.4 | 0.24 | 153.85 | 0.85 | 0.41 |
| Hex | 10 | C3 | 75 | 5C | 0 | 28 | 18 | 9A | 55 | 29 |
| Octal | 20 | 303 | 165 | 134 | 0 | 50 | 30 | 232 | 125 | 51 |
| Binary | 10000 | 11000011 | 1110101 | 1011100 | 0 | 101000 | 11000 | 10011010 | 1010101 | 101001 |
Color Harmonies of #10C375
Complementary color
Monochromatic Colors of #10C375
Black with #10C375
Text Example
Text Example
White with #10C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C375; }
p { color: rgb(16,195,117); }
H1.HeaderClassName
{
color: #10C375;
}
.AnyTagClassName
{
color: #10C375;
}
</style>
background-color css
<style>
a { background-color: #10C375; }
a { background-color: rgb(16,195,117); }
div.DivClassName
{
background-color: #10C375;
}
.BgClassName
{
background-color: #10C375;
}
</style>
border-color css
<style>
span { border-color: #10C375; }
span { border-color: rgb(16,195,117); }
td.TdClassName
{
border-color: #10C375;
}
.TagClassName
{
border-color: #10C375;
}
</style>