Shades of Mountain Meadow #10C279
Tints of Mountain Meadow #10C279
RGB
CMYK
RGB Variations
Color information
#10C279 (or 0x10C279) is known color: Mountain Meadow. HEX triplet: 10, C2 and 79. RGB value is (16,194,121). Sum of RGB (Red+Green+Blue) = 16+194+121=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #10C279 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C279 is #EF3D86. Grayscale: #848484. Windows color (decimal): -15678855 or 7979536. OLE color: 7979536.
HSL color Cylindrical-coordinate representation of color #10C279: hue angle of 155.39º 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 #10C279 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 121 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.24 |
| HSL | 155.39º | 0.85% | 0.41% | - |
| HSV(B) | 155.39º | 0.92% | 0.76% | - |
| XYZ | 22.96 | 40.07 | 24.61 | - |
| YUV | 132.46 | 121.53 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 121 | 0.92 | 0 | 0.38 | 0.24 | 155.39 | 0.85 | 0.41 |
| Hex | 10 | C2 | 79 | 5C | 0 | 26 | 18 | 9B | 55 | 29 |
| Octal | 20 | 302 | 171 | 134 | 0 | 46 | 30 | 233 | 125 | 51 |
| Binary | 10000 | 11000010 | 1111001 | 1011100 | 0 | 100110 | 11000 | 10011011 | 1010101 | 101001 |
Color Harmonies of #10C279
Complementary color
Monochromatic Colors of #10C279
Black with #10C279
Text Example
Text Example
White with #10C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C279; }
p { color: rgb(16,194,121); }
H1.HeaderClassName
{
color: #10C279;
}
.AnyTagClassName
{
color: #10C279;
}
</style>
background-color css
<style>
a { background-color: #10C279; }
a { background-color: rgb(16,194,121); }
div.DivClassName
{
background-color: #10C279;
}
.BgClassName
{
background-color: #10C279;
}
</style>
border-color css
<style>
span { border-color: #10C279; }
span { border-color: rgb(16,194,121); }
td.TdClassName
{
border-color: #10C279;
}
.TagClassName
{
border-color: #10C279;
}
</style>