Shades of Mountain Meadow #10C288
Tints of Mountain Meadow #10C288
RGB
CMYK
RGB Variations
Color information
#10C288 (or 0x10C288) is known color: Mountain Meadow. HEX triplet: 10, C2 and 88. RGB value is (16,194,136). Sum of RGB (Red+Green+Blue) = 16+194+136=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #10C288 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C288 is #EF3D77. Grayscale: #868686. Windows color (decimal): -15678840 or 8962576. OLE color: 8962576.
HSL color Cylindrical-coordinate representation of color #10C288: hue angle of 160.45º 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 #10C288 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 136 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.24 |
| HSL | 160.45º | 0.85% | 0.41% | - |
| HSV(B) | 160.45º | 0.92% | 0.76% | - |
| XYZ | 23.95 | 40.47 | 29.84 | - |
| YUV | 134.17 | 129.03 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 136 | 0.92 | 0 | 0.30 | 0.24 | 160.45 | 0.85 | 0.41 |
| Hex | 10 | C2 | 88 | 5C | 0 | 1E | 18 | A0 | 55 | 29 |
| Octal | 20 | 302 | 210 | 134 | 0 | 36 | 30 | 240 | 125 | 51 |
| Binary | 10000 | 11000010 | 10001000 | 1011100 | 0 | 11110 | 11000 | 10100000 | 1010101 | 101001 |
Color Harmonies of #10C288
Complementary color
Monochromatic Colors of #10C288
Black with #10C288
Text Example
Text Example
White with #10C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C288; }
p { color: rgb(16,194,136); }
H1.HeaderClassName
{
color: #10C288;
}
.AnyTagClassName
{
color: #10C288;
}
</style>
background-color css
<style>
a { background-color: #10C288; }
a { background-color: rgb(16,194,136); }
div.DivClassName
{
background-color: #10C288;
}
.BgClassName
{
background-color: #10C288;
}
</style>
border-color css
<style>
span { border-color: #10C288; }
span { border-color: rgb(16,194,136); }
td.TdClassName
{
border-color: #10C288;
}
.TagClassName
{
border-color: #10C288;
}
</style>