Shades of Mountain Meadow #10A484
Tints of Mountain Meadow #10A484
RGB
CMYK
RGB Variations
Color information
#10A484 (or 0x10A484) is known color: Mountain Meadow. HEX triplet: 10, A4 and 84. RGB value is (16,164,132). Sum of RGB (Red+Green+Blue) = 16+164+132=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #10A484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A484 is #EF5B7B. Grayscale: #747474. Windows color (decimal): -15686524 or 8692752. OLE color: 8692752.
HSL color Cylindrical-coordinate representation of color #10A484: hue angle of 167.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A484 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 164 | 132 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.36 |
| HSL | 167.03º | 0.82% | 0.35% | - |
| HSV(B) | 167.03º | 0.9% | 0.64% | - |
| XYZ | 17.65 | 28.33 | 26.37 | - |
| YUV | 116.1 | 136.97 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 164 | 132 | 0.90 | 0 | 0.20 | 0.36 | 167.03 | 0.82 | 0.35 |
| Hex | 10 | A4 | 84 | 5A | 0 | 14 | 24 | A7 | 52 | 23 |
| Octal | 20 | 244 | 204 | 132 | 0 | 24 | 44 | 247 | 122 | 43 |
| Binary | 10000 | 10100100 | 10000100 | 1011010 | 0 | 10100 | 100100 | 10100111 | 1010010 | 100011 |
Color Harmonies of #10A484
Complementary color
Monochromatic Colors of #10A484
Black with #10A484
Text Example
Text Example
White with #10A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A484; }
p { color: rgb(16,164,132); }
H1.HeaderClassName
{
color: #10A484;
}
.AnyTagClassName
{
color: #10A484;
}
</style>
background-color css
<style>
a { background-color: #10A484; }
a { background-color: rgb(16,164,132); }
div.DivClassName
{
background-color: #10A484;
}
.BgClassName
{
background-color: #10A484;
}
</style>
border-color css
<style>
span { border-color: #10A484; }
span { border-color: rgb(16,164,132); }
td.TdClassName
{
border-color: #10A484;
}
.TagClassName
{
border-color: #10A484;
}
</style>