Shades of Mountain Meadow #10AF91
Tints of Mountain Meadow #10AF91
RGB
CMYK
RGB Variations
Color information
#10AF91 (or 0x10AF91) is known color: Mountain Meadow. HEX triplet: 10, AF and 91. RGB value is (16,175,145). Sum of RGB (Red+Green+Blue) = 16+175+145=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF91 is #EF506E. Grayscale: #7C7C7C. Windows color (decimal): -15683695 or 9547536. OLE color: 9547536.
HSL color Cylindrical-coordinate representation of color #10AF91: hue angle of 168.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF91 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 145 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.31 |
| HSL | 168.68º | 0.83% | 0.37% | - |
| HSV(B) | 168.68º | 0.91% | 0.69% | - |
| XYZ | 20.65 | 32.81 | 32.03 | - |
| YUV | 124.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 145 | 0.91 | 0 | 0.17 | 0.31 | 168.68 | 0.83 | 0.37 |
| Hex | 10 | AF | 91 | 5B | 0 | 11 | 1F | A9 | 53 | 25 |
| Octal | 20 | 257 | 221 | 133 | 0 | 21 | 37 | 251 | 123 | 45 |
| Binary | 10000 | 10101111 | 10010001 | 1011011 | 0 | 10001 | 11111 | 10101001 | 1010011 | 100101 |
Color Harmonies of #10AF91
Complementary color
Monochromatic Colors of #10AF91
Black with #10AF91
Text Example
Text Example
White with #10AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF91; }
p { color: rgb(16,175,145); }
H1.HeaderClassName
{
color: #10AF91;
}
.AnyTagClassName
{
color: #10AF91;
}
</style>
background-color css
<style>
a { background-color: #10AF91; }
a { background-color: rgb(16,175,145); }
div.DivClassName
{
background-color: #10AF91;
}
.BgClassName
{
background-color: #10AF91;
}
</style>
border-color css
<style>
span { border-color: #10AF91; }
span { border-color: rgb(16,175,145); }
td.TdClassName
{
border-color: #10AF91;
}
.TagClassName
{
border-color: #10AF91;
}
</style>