Shades of Mountain Meadow #10BD78
Tints of Mountain Meadow #10BD78
RGB
CMYK
RGB Variations
Color information
#10BD78 (or 0x10BD78) is known color: Mountain Meadow. HEX triplet: 10, BD and 78. RGB value is (16,189,120). Sum of RGB (Red+Green+Blue) = 16+189+120=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD78 is #EF4287. Grayscale: #818181. Windows color (decimal): -15680136 or 7912720. OLE color: 7912720.
HSL color Cylindrical-coordinate representation of color #10BD78: hue angle of 156.07º 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 #10BD78 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 120 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.26 |
| HSL | 156.07º | 0.84% | 0.4% | - |
| HSV(B) | 156.07º | 0.92% | 0.74% | - |
| XYZ | 21.8 | 37.86 | 23.93 | - |
| YUV | 129.41 | 122.69 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 120 | 0.92 | 0 | 0.37 | 0.26 | 156.07 | 0.84 | 0.4 |
| Hex | 10 | BD | 78 | 5C | 0 | 25 | 1A | 9C | 54 | 28 |
| Octal | 20 | 275 | 170 | 134 | 0 | 45 | 32 | 234 | 124 | 50 |
| Binary | 10000 | 10111101 | 1111000 | 1011100 | 0 | 100101 | 11010 | 10011100 | 1010100 | 101000 |
Color Harmonies of #10BD78
Complementary color
Monochromatic Colors of #10BD78
Black with #10BD78
Text Example
Text Example
White with #10BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD78; }
p { color: rgb(16,189,120); }
H1.HeaderClassName
{
color: #10BD78;
}
.AnyTagClassName
{
color: #10BD78;
}
</style>
background-color css
<style>
a { background-color: #10BD78; }
a { background-color: rgb(16,189,120); }
div.DivClassName
{
background-color: #10BD78;
}
.BgClassName
{
background-color: #10BD78;
}
</style>
border-color css
<style>
span { border-color: #10BD78; }
span { border-color: rgb(16,189,120); }
td.TdClassName
{
border-color: #10BD78;
}
.TagClassName
{
border-color: #10BD78;
}
</style>