Shades of Mountain Meadow #10BF70
Tints of Mountain Meadow #10BF70
RGB
CMYK
RGB Variations
Color information
#10BF70 (or 0x10BF70) is known color: Mountain Meadow. HEX triplet: 10, BF and 70. RGB value is (16,191,112). Sum of RGB (Red+Green+Blue) = 16+191+112=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF70 is #EF408F. Grayscale: #818181. Windows color (decimal): -15679632 or 7388944. OLE color: 7388944.
HSL color Cylindrical-coordinate representation of color #10BF70: hue angle of 152.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF70 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 112 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.25 |
| HSL | 152.91º | 0.85% | 0.41% | - |
| HSV(B) | 152.91º | 0.92% | 0.75% | - |
| XYZ | 21.77 | 38.54 | 21.62 | - |
| YUV | 129.67 | 118.02 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 112 | 0.92 | 0 | 0.41 | 0.25 | 152.91 | 0.85 | 0.41 |
| Hex | 10 | BF | 70 | 5C | 0 | 29 | 19 | 99 | 55 | 29 |
| Octal | 20 | 277 | 160 | 134 | 0 | 51 | 31 | 231 | 125 | 51 |
| Binary | 10000 | 10111111 | 1110000 | 1011100 | 0 | 101001 | 11001 | 10011001 | 1010101 | 101001 |
Color Harmonies of #10BF70
Complementary color
Monochromatic Colors of #10BF70
Black with #10BF70
Text Example
Text Example
White with #10BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF70; }
p { color: rgb(16,191,112); }
H1.HeaderClassName
{
color: #10BF70;
}
.AnyTagClassName
{
color: #10BF70;
}
</style>
background-color css
<style>
a { background-color: #10BF70; }
a { background-color: rgb(16,191,112); }
div.DivClassName
{
background-color: #10BF70;
}
.BgClassName
{
background-color: #10BF70;
}
</style>
border-color css
<style>
span { border-color: #10BF70; }
span { border-color: rgb(16,191,112); }
td.TdClassName
{
border-color: #10BF70;
}
.TagClassName
{
border-color: #10BF70;
}
</style>