Shades of Mountain Meadow #10BF81
Tints of Mountain Meadow #10BF81
RGB
CMYK
RGB Variations
Color information
#10BF81 (or 0x10BF81) is known color: Mountain Meadow. HEX triplet: 10, BF and 81. RGB value is (16,191,129). Sum of RGB (Red+Green+Blue) = 16+191+129=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BF81 is #EF407E. Grayscale: #838383. Windows color (decimal): -15679615 or 8503056. OLE color: 8503056.
HSL color Cylindrical-coordinate representation of color #10BF81: hue angle of 158.74º 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 #10BF81 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 129 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.25 |
| HSL | 158.74º | 0.85% | 0.41% | - |
| HSV(B) | 158.74º | 0.92% | 0.75% | - |
| XYZ | 22.81 | 38.96 | 27.09 | - |
| YUV | 131.61 | 126.52 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 129 | 0.92 | 0 | 0.32 | 0.25 | 158.74 | 0.85 | 0.41 |
| Hex | 10 | BF | 81 | 5C | 0 | 20 | 19 | 9F | 55 | 29 |
| Octal | 20 | 277 | 201 | 134 | 0 | 40 | 31 | 237 | 125 | 51 |
| Binary | 10000 | 10111111 | 10000001 | 1011100 | 0 | 100000 | 11001 | 10011111 | 1010101 | 101001 |
Color Harmonies of #10BF81
Complementary color
Monochromatic Colors of #10BF81
Black with #10BF81
Text Example
Text Example
White with #10BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF81; }
p { color: rgb(16,191,129); }
H1.HeaderClassName
{
color: #10BF81;
}
.AnyTagClassName
{
color: #10BF81;
}
</style>
background-color css
<style>
a { background-color: #10BF81; }
a { background-color: rgb(16,191,129); }
div.DivClassName
{
background-color: #10BF81;
}
.BgClassName
{
background-color: #10BF81;
}
</style>
border-color css
<style>
span { border-color: #10BF81; }
span { border-color: rgb(16,191,129); }
td.TdClassName
{
border-color: #10BF81;
}
.TagClassName
{
border-color: #10BF81;
}
</style>