Shades of Mountain Meadow #10AB7C
Tints of Mountain Meadow #10AB7C
RGB
CMYK
RGB Variations
Color information
#10AB7C (or 0x10AB7C) is known color: Mountain Meadow. HEX triplet: 10, AB and 7C. RGB value is (16,171,124). Sum of RGB (Red+Green+Blue) = 16+171+124=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB7C is #EF5483. Grayscale: #777777. Windows color (decimal): -15684740 or 8170256. OLE color: 8170256.
HSL color Cylindrical-coordinate representation of color #10AB7C: hue angle of 161.81º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB7C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 124 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.33 |
| HSL | 161.81º | 0.83% | 0.37% | - |
| HSV(B) | 161.81º | 0.91% | 0.67% | - |
| XYZ | 18.41 | 30.69 | 24.02 | - |
| YUV | 119.3 | 130.65 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 124 | 0.91 | 0 | 0.27 | 0.33 | 161.81 | 0.83 | 0.37 |
| Hex | 10 | AB | 7C | 5B | 0 | 1B | 21 | A2 | 53 | 25 |
| Octal | 20 | 253 | 174 | 133 | 0 | 33 | 41 | 242 | 123 | 45 |
| Binary | 10000 | 10101011 | 1111100 | 1011011 | 0 | 11011 | 100001 | 10100010 | 1010011 | 100101 |
Color Harmonies of #10AB7C
Complementary color
Monochromatic Colors of #10AB7C
Black with #10AB7C
Text Example
Text Example
White with #10AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB7C; }
p { color: rgb(16,171,124); }
H1.HeaderClassName
{
color: #10AB7C;
}
.AnyTagClassName
{
color: #10AB7C;
}
</style>
background-color css
<style>
a { background-color: #10AB7C; }
a { background-color: rgb(16,171,124); }
div.DivClassName
{
background-color: #10AB7C;
}
.BgClassName
{
background-color: #10AB7C;
}
</style>
border-color css
<style>
span { border-color: #10AB7C; }
span { border-color: rgb(16,171,124); }
td.TdClassName
{
border-color: #10AB7C;
}
.TagClassName
{
border-color: #10AB7C;
}
</style>