Shades of Mountain Meadow #10D27A
Tints of Mountain Meadow #10D27A
RGB
CMYK
RGB Variations
Color information
#10D27A (or 0x10D27A) is known color: Mountain Meadow. HEX triplet: 10, D2 and 7A. RGB value is (16,210,122). Sum of RGB (Red+Green+Blue) = 16+210+122=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #10D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D27A is #EF2D85. Grayscale: #8E8E8E. Windows color (decimal): -15674758 or 8049168. OLE color: 8049168.
HSL color Cylindrical-coordinate representation of color #10D27A: hue angle of 152.78º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D27A is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 122 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.18 |
| HSL | 152.78º | 0.86% | 0.44% | - |
| HSV(B) | 152.78º | 0.92% | 0.82% | - |
| XYZ | 26.77 | 47.61 | 26.19 | - |
| YUV | 141.96 | 116.73 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 122 | 0.92 | 0 | 0.42 | 0.18 | 152.78 | 0.86 | 0.44 |
| Hex | 10 | D2 | 7A | 5C | 0 | 2A | 12 | 99 | 56 | 2C |
| Octal | 20 | 322 | 172 | 134 | 0 | 52 | 22 | 231 | 126 | 54 |
| Binary | 10000 | 11010010 | 1111010 | 1011100 | 0 | 101010 | 10010 | 10011001 | 1010110 | 101100 |
Color Harmonies of #10D27A
Complementary color
Monochromatic Colors of #10D27A
Black with #10D27A
Text Example
Text Example
White with #10D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D27A; }
p { color: rgb(16,210,122); }
H1.HeaderClassName
{
color: #10D27A;
}
.AnyTagClassName
{
color: #10D27A;
}
</style>
background-color css
<style>
a { background-color: #10D27A; }
a { background-color: rgb(16,210,122); }
div.DivClassName
{
background-color: #10D27A;
}
.BgClassName
{
background-color: #10D27A;
}
</style>
border-color css
<style>
span { border-color: #10D27A; }
span { border-color: rgb(16,210,122); }
td.TdClassName
{
border-color: #10D27A;
}
.TagClassName
{
border-color: #10D27A;
}
</style>