Shades of Mountain Meadow #10D67A
Tints of Mountain Meadow #10D67A
RGB
CMYK
RGB Variations
Color information
#10D67A (or 0x10D67A) is known color: Mountain Meadow. HEX triplet: 10, D6 and 7A. RGB value is (16,214,122). Sum of RGB (Red+Green+Blue) = 16+214+122=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #10D67A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D67A is #EF2985. Grayscale: #909090. Windows color (decimal): -15673734 or 8050192. OLE color: 8050192.
HSL color Cylindrical-coordinate representation of color #10D67A: hue angle of 152.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D67A is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 122 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.16 |
| HSL | 152.12º | 0.86% | 0.45% | - |
| HSV(B) | 152.12º | 0.93% | 0.84% | - |
| XYZ | 27.77 | 49.61 | 26.52 | - |
| YUV | 144.31 | 115.4 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 122 | 0.93 | 0 | 0.43 | 0.16 | 152.12 | 0.86 | 0.45 |
| Hex | 10 | D6 | 7A | 5D | 0 | 2B | 10 | 98 | 56 | 2D |
| Octal | 20 | 326 | 172 | 135 | 0 | 53 | 20 | 230 | 126 | 55 |
| Binary | 10000 | 11010110 | 1111010 | 1011101 | 0 | 101011 | 10000 | 10011000 | 1010110 | 101101 |
Color Harmonies of #10D67A
Complementary color
Monochromatic Colors of #10D67A
Black with #10D67A
Text Example
Text Example
White with #10D67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D67A; }
p { color: rgb(16,214,122); }
H1.HeaderClassName
{
color: #10D67A;
}
.AnyTagClassName
{
color: #10D67A;
}
</style>
background-color css
<style>
a { background-color: #10D67A; }
a { background-color: rgb(16,214,122); }
div.DivClassName
{
background-color: #10D67A;
}
.BgClassName
{
background-color: #10D67A;
}
</style>
border-color css
<style>
span { border-color: #10D67A; }
span { border-color: rgb(16,214,122); }
td.TdClassName
{
border-color: #10D67A;
}
.TagClassName
{
border-color: #10D67A;
}
</style>