Shades of Mountain Meadow #10C272
Tints of Mountain Meadow #10C272
RGB
CMYK
RGB Variations
Color information
#10C272 (or 0x10C272) is known color: Mountain Meadow. HEX triplet: 10, C2 and 72. RGB value is (16,194,114). Sum of RGB (Red+Green+Blue) = 16+194+114=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #10C272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C272 is #EF3D8D. Grayscale: #838383. Windows color (decimal): -15678862 or 7520784. OLE color: 7520784.
HSL color Cylindrical-coordinate representation of color #10C272: hue angle of 153.03º 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 #10C272 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 114 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.24 |
| HSL | 153.03º | 0.85% | 0.41% | - |
| HSV(B) | 153.03º | 0.92% | 0.76% | - |
| XYZ | 22.54 | 39.91 | 22.43 | - |
| YUV | 131.66 | 118.03 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 114 | 0.92 | 0 | 0.41 | 0.24 | 153.03 | 0.85 | 0.41 |
| Hex | 10 | C2 | 72 | 5C | 0 | 29 | 18 | 99 | 55 | 29 |
| Octal | 20 | 302 | 162 | 134 | 0 | 51 | 30 | 231 | 125 | 51 |
| Binary | 10000 | 11000010 | 1110010 | 1011100 | 0 | 101001 | 11000 | 10011001 | 1010101 | 101001 |
Color Harmonies of #10C272
Complementary color
Monochromatic Colors of #10C272
Black with #10C272
Text Example
Text Example
White with #10C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C272; }
p { color: rgb(16,194,114); }
H1.HeaderClassName
{
color: #10C272;
}
.AnyTagClassName
{
color: #10C272;
}
</style>
background-color css
<style>
a { background-color: #10C272; }
a { background-color: rgb(16,194,114); }
div.DivClassName
{
background-color: #10C272;
}
.BgClassName
{
background-color: #10C272;
}
</style>
border-color css
<style>
span { border-color: #10C272; }
span { border-color: rgb(16,194,114); }
td.TdClassName
{
border-color: #10C272;
}
.TagClassName
{
border-color: #10C272;
}
</style>