Shades of Mountain Meadow #10C684
Tints of Mountain Meadow #10C684
RGB
CMYK
RGB Variations
Color information
#10C684 (or 0x10C684) is known color: Mountain Meadow. HEX triplet: 10, C6 and 84. RGB value is (16,198,132). Sum of RGB (Red+Green+Blue) = 16+198+132=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #10C684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C684 is #EF397B. Grayscale: #888888. Windows color (decimal): -15677820 or 8701456. OLE color: 8701456.
HSL color Cylindrical-coordinate representation of color #10C684: hue angle of 158.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C684 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 132 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.22 |
| HSL | 158.24º | 0.85% | 0.42% | - |
| HSV(B) | 158.24º | 0.92% | 0.78% | - |
| XYZ | 24.57 | 42.16 | 28.67 | - |
| YUV | 136.06 | 125.7 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 132 | 0.92 | 0 | 0.33 | 0.22 | 158.24 | 0.85 | 0.42 |
| Hex | 10 | C6 | 84 | 5C | 0 | 21 | 16 | 9E | 55 | 2A |
| Octal | 20 | 306 | 204 | 134 | 0 | 41 | 26 | 236 | 125 | 52 |
| Binary | 10000 | 11000110 | 10000100 | 1011100 | 0 | 100001 | 10110 | 10011110 | 1010101 | 101010 |
Color Harmonies of #10C684
Complementary color
Monochromatic Colors of #10C684
Black with #10C684
Text Example
Text Example
White with #10C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C684; }
p { color: rgb(16,198,132); }
H1.HeaderClassName
{
color: #10C684;
}
.AnyTagClassName
{
color: #10C684;
}
</style>
background-color css
<style>
a { background-color: #10C684; }
a { background-color: rgb(16,198,132); }
div.DivClassName
{
background-color: #10C684;
}
.BgClassName
{
background-color: #10C684;
}
</style>
border-color css
<style>
span { border-color: #10C684; }
span { border-color: rgb(16,198,132); }
td.TdClassName
{
border-color: #10C684;
}
.TagClassName
{
border-color: #10C684;
}
</style>