Shades of Mountain Meadow #10C379
Tints of Mountain Meadow #10C379
RGB
CMYK
RGB Variations
Color information
#10C379 (or 0x10C379) is known color: Mountain Meadow. HEX triplet: 10, C3 and 79. RGB value is (16,195,121). Sum of RGB (Red+Green+Blue) = 16+195+121=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #10C379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C379 is #EF3C86. Grayscale: #858585. Windows color (decimal): -15678599 or 7979792. OLE color: 7979792.
HSL color Cylindrical-coordinate representation of color #10C379: hue angle of 155.2º 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 #10C379 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 121 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.24 |
| HSL | 155.2º | 0.85% | 0.41% | - |
| HSV(B) | 155.2º | 0.92% | 0.76% | - |
| XYZ | 23.18 | 40.52 | 24.69 | - |
| YUV | 133.04 | 121.2 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 121 | 0.92 | 0 | 0.38 | 0.24 | 155.2 | 0.85 | 0.41 |
| Hex | 10 | C3 | 79 | 5C | 0 | 26 | 18 | 9B | 55 | 29 |
| Octal | 20 | 303 | 171 | 134 | 0 | 46 | 30 | 233 | 125 | 51 |
| Binary | 10000 | 11000011 | 1111001 | 1011100 | 0 | 100110 | 11000 | 10011011 | 1010101 | 101001 |
Color Harmonies of #10C379
Complementary color
Monochromatic Colors of #10C379
Black with #10C379
Text Example
Text Example
White with #10C379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C379; }
p { color: rgb(16,195,121); }
H1.HeaderClassName
{
color: #10C379;
}
.AnyTagClassName
{
color: #10C379;
}
</style>
background-color css
<style>
a { background-color: #10C379; }
a { background-color: rgb(16,195,121); }
div.DivClassName
{
background-color: #10C379;
}
.BgClassName
{
background-color: #10C379;
}
</style>
border-color css
<style>
span { border-color: #10C379; }
span { border-color: rgb(16,195,121); }
td.TdClassName
{
border-color: #10C379;
}
.TagClassName
{
border-color: #10C379;
}
</style>