Shades of Mountain Meadow #10BE7D
Tints of Mountain Meadow #10BE7D
RGB
CMYK
RGB Variations
Color information
#10BE7D (or 0x10BE7D) is known color: Mountain Meadow. HEX triplet: 10, BE and 7D. RGB value is (16,190,125). Sum of RGB (Red+Green+Blue) = 16+190+125=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BE7D is #EF4182. Grayscale: #828282. Windows color (decimal): -15679875 or 8240656. OLE color: 8240656.
HSL color Cylindrical-coordinate representation of color #10BE7D: hue angle of 157.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE7D is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 125 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.25 |
| HSL | 157.59º | 0.84% | 0.4% | - |
| HSV(B) | 157.59º | 0.92% | 0.75% | - |
| XYZ | 22.33 | 38.42 | 25.64 | - |
| YUV | 130.56 | 124.85 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 125 | 0.92 | 0 | 0.34 | 0.25 | 157.59 | 0.84 | 0.4 |
| Hex | 10 | BE | 7D | 5C | 0 | 22 | 19 | 9E | 54 | 28 |
| Octal | 20 | 276 | 175 | 134 | 0 | 42 | 31 | 236 | 124 | 50 |
| Binary | 10000 | 10111110 | 1111101 | 1011100 | 0 | 100010 | 11001 | 10011110 | 1010100 | 101000 |
Color Harmonies of #10BE7D
Complementary color
Monochromatic Colors of #10BE7D
Black with #10BE7D
Text Example
Text Example
White with #10BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE7D; }
p { color: rgb(16,190,125); }
H1.HeaderClassName
{
color: #10BE7D;
}
.AnyTagClassName
{
color: #10BE7D;
}
</style>
background-color css
<style>
a { background-color: #10BE7D; }
a { background-color: rgb(16,190,125); }
div.DivClassName
{
background-color: #10BE7D;
}
.BgClassName
{
background-color: #10BE7D;
}
</style>
border-color css
<style>
span { border-color: #10BE7D; }
span { border-color: rgb(16,190,125); }
td.TdClassName
{
border-color: #10BE7D;
}
.TagClassName
{
border-color: #10BE7D;
}
</style>