Shades of Mountain Meadow #10BD72
Tints of Mountain Meadow #10BD72
RGB
CMYK
RGB Variations
Color information
#10BD72 (or 0x10BD72) is known color: Mountain Meadow. HEX triplet: 10, BD and 72. RGB value is (16,189,114). Sum of RGB (Red+Green+Blue) = 16+189+114=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD72 is #EF428D. Grayscale: #808080. Windows color (decimal): -15680142 or 7519504. OLE color: 7519504.
HSL color Cylindrical-coordinate representation of color #10BD72: hue angle of 153.99º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD72 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 114 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.26 |
| HSL | 153.99º | 0.84% | 0.4% | - |
| HSV(B) | 153.99º | 0.92% | 0.74% | - |
| XYZ | 21.45 | 37.72 | 22.07 | - |
| YUV | 128.72 | 119.69 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 114 | 0.92 | 0 | 0.40 | 0.26 | 153.99 | 0.84 | 0.4 |
| Hex | 10 | BD | 72 | 5C | 0 | 28 | 1A | 9A | 54 | 28 |
| Octal | 20 | 275 | 162 | 134 | 0 | 50 | 32 | 232 | 124 | 50 |
| Binary | 10000 | 10111101 | 1110010 | 1011100 | 0 | 101000 | 11010 | 10011010 | 1010100 | 101000 |
Color Harmonies of #10BD72
Complementary color
Monochromatic Colors of #10BD72
Black with #10BD72
Text Example
Text Example
White with #10BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD72; }
p { color: rgb(16,189,114); }
H1.HeaderClassName
{
color: #10BD72;
}
.AnyTagClassName
{
color: #10BD72;
}
</style>
background-color css
<style>
a { background-color: #10BD72; }
a { background-color: rgb(16,189,114); }
div.DivClassName
{
background-color: #10BD72;
}
.BgClassName
{
background-color: #10BD72;
}
</style>
border-color css
<style>
span { border-color: #10BD72; }
span { border-color: rgb(16,189,114); }
td.TdClassName
{
border-color: #10BD72;
}
.TagClassName
{
border-color: #10BD72;
}
</style>