Shades of Mountain Meadow #10AF81
Tints of Mountain Meadow #10AF81
RGB
CMYK
RGB Variations
Color information
#10AF81 (or 0x10AF81) is known color: Mountain Meadow. HEX triplet: 10, AF and 81. RGB value is (16,175,129). Sum of RGB (Red+Green+Blue) = 16+175+129=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF81 is #EF507E. Grayscale: #7A7A7A. Windows color (decimal): -15683711 or 8498960. OLE color: 8498960.
HSL color Cylindrical-coordinate representation of color #10AF81: hue angle of 162.64º 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 #10AF81 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 129 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.31 |
| HSL | 162.64º | 0.83% | 0.37% | - |
| HSV(B) | 162.64º | 0.91% | 0.69% | - |
| XYZ | 19.51 | 32.36 | 25.99 | - |
| YUV | 122.22 | 131.82 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 129 | 0.91 | 0 | 0.26 | 0.31 | 162.64 | 0.83 | 0.37 |
| Hex | 10 | AF | 81 | 5B | 0 | 1A | 1F | A3 | 53 | 25 |
| Octal | 20 | 257 | 201 | 133 | 0 | 32 | 37 | 243 | 123 | 45 |
| Binary | 10000 | 10101111 | 10000001 | 1011011 | 0 | 11010 | 11111 | 10100011 | 1010011 | 100101 |
Color Harmonies of #10AF81
Complementary color
Monochromatic Colors of #10AF81
Black with #10AF81
Text Example
Text Example
White with #10AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF81; }
p { color: rgb(16,175,129); }
H1.HeaderClassName
{
color: #10AF81;
}
.AnyTagClassName
{
color: #10AF81;
}
</style>
background-color css
<style>
a { background-color: #10AF81; }
a { background-color: rgb(16,175,129); }
div.DivClassName
{
background-color: #10AF81;
}
.BgClassName
{
background-color: #10AF81;
}
</style>
border-color css
<style>
span { border-color: #10AF81; }
span { border-color: rgb(16,175,129); }
td.TdClassName
{
border-color: #10AF81;
}
.TagClassName
{
border-color: #10AF81;
}
</style>