Shades of Mountain Meadow #10AE90
Tints of Mountain Meadow #10AE90
RGB
CMYK
RGB Variations
Color information
#10AE90 (or 0x10AE90) is known color: Mountain Meadow. HEX triplet: 10, AE and 90. RGB value is (16,174,144). Sum of RGB (Red+Green+Blue) = 16+174+144=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AE90 is #EF516F. Grayscale: #7B7B7B. Windows color (decimal): -15683952 or 9481744. OLE color: 9481744.
HSL color Cylindrical-coordinate representation of color #10AE90: hue angle of 168.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AE90 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 144 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.32 |
| HSL | 168.61º | 0.83% | 0.37% | - |
| HSV(B) | 168.61º | 0.91% | 0.68% | - |
| XYZ | 20.38 | 32.4 | 31.56 | - |
| YUV | 123.34 | 139.65 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 144 | 0.91 | 0 | 0.17 | 0.32 | 168.61 | 0.83 | 0.37 |
| Hex | 10 | AE | 90 | 5B | 0 | 11 | 20 | A9 | 53 | 25 |
| Octal | 20 | 256 | 220 | 133 | 0 | 21 | 40 | 251 | 123 | 45 |
| Binary | 10000 | 10101110 | 10010000 | 1011011 | 0 | 10001 | 100000 | 10101001 | 1010011 | 100101 |
Color Harmonies of #10AE90
Complementary color
Monochromatic Colors of #10AE90
Black with #10AE90
Text Example
Text Example
White with #10AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AE90; }
p { color: rgb(16,174,144); }
H1.HeaderClassName
{
color: #10AE90;
}
.AnyTagClassName
{
color: #10AE90;
}
</style>
background-color css
<style>
a { background-color: #10AE90; }
a { background-color: rgb(16,174,144); }
div.DivClassName
{
background-color: #10AE90;
}
.BgClassName
{
background-color: #10AE90;
}
</style>
border-color css
<style>
span { border-color: #10AE90; }
span { border-color: rgb(16,174,144); }
td.TdClassName
{
border-color: #10AE90;
}
.TagClassName
{
border-color: #10AE90;
}
</style>