Shades of Mountain Meadow #10BF90
Tints of Mountain Meadow #10BF90
RGB
CMYK
RGB Variations
Color information
#10BF90 (or 0x10BF90) is known color: Mountain Meadow. HEX triplet: 10, BF and 90. RGB value is (16,191,144). Sum of RGB (Red+Green+Blue) = 16+191+144=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BF90 is #EF406F. Grayscale: #858585. Windows color (decimal): -15679600 or 9486096. OLE color: 9486096.
HSL color Cylindrical-coordinate representation of color #10BF90: hue angle of 163.89º 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 #10BF90 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 144 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.25 |
| HSL | 163.89º | 0.85% | 0.41% | - |
| HSV(B) | 163.89º | 0.92% | 0.75% | - |
| XYZ | 23.88 | 39.39 | 32.73 | - |
| YUV | 133.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 144 | 0.92 | 0 | 0.25 | 0.25 | 163.89 | 0.85 | 0.41 |
| Hex | 10 | BF | 90 | 5C | 0 | 19 | 19 | A4 | 55 | 29 |
| Octal | 20 | 277 | 220 | 134 | 0 | 31 | 31 | 244 | 125 | 51 |
| Binary | 10000 | 10111111 | 10010000 | 1011100 | 0 | 11001 | 11001 | 10100100 | 1010101 | 101001 |
Color Harmonies of #10BF90
Complementary color
Monochromatic Colors of #10BF90
Black with #10BF90
Text Example
Text Example
White with #10BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF90; }
p { color: rgb(16,191,144); }
H1.HeaderClassName
{
color: #10BF90;
}
.AnyTagClassName
{
color: #10BF90;
}
</style>
background-color css
<style>
a { background-color: #10BF90; }
a { background-color: rgb(16,191,144); }
div.DivClassName
{
background-color: #10BF90;
}
.BgClassName
{
background-color: #10BF90;
}
</style>
border-color css
<style>
span { border-color: #10BF90; }
span { border-color: rgb(16,191,144); }
td.TdClassName
{
border-color: #10BF90;
}
.TagClassName
{
border-color: #10BF90;
}
</style>