Shades of Mantle #99AD8F
Tints of Mantle #99AD8F
RGB
CMYK
RGB Variations
Color information
#99AD8F (or 0x99AD8F) is known color: Mantle. HEX triplet: 99, AD and 8F. RGB value is (153,173,143). Sum of RGB (Red+Green+Blue) = 153+173+143=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD8F is #665270. Grayscale: #A3A3A3. Windows color (decimal): -6705777 or 9416089. OLE color: 9416089.
HSL color Cylindrical-coordinate representation of color #99AD8F: hue angle of 100º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99AD8F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 143 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.32 |
| HSL | 100º | 0.15% | 0.62% | - |
| HSV(B) | 100º | 0.17% | 0.68% | - |
| XYZ | 33.04 | 38.64 | 31.7 | - |
| YUV | 163.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 143 | 0.12 | 0 | 0.17 | 0.32 | 100 | 0.15 | 0.62 |
| Hex | 99 | AD | 8F | C | 0 | 11 | 20 | 64 | F | 3E |
| Octal | 231 | 255 | 217 | 14 | 0 | 21 | 40 | 144 | 17 | 76 |
| Binary | 10011001 | 10101101 | 10001111 | 1100 | 0 | 10001 | 100000 | 1100100 | 1111 | 111110 |
Color Harmonies of #99AD8F
Complementary color
Monochromatic Colors of #99AD8F
Black with #99AD8F
Text Example
Text Example
White with #99AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD8F; }
p { color: rgb(153,173,143); }
H1.HeaderClassName
{
color: #99AD8F;
}
.AnyTagClassName
{
color: #99AD8F;
}
</style>
background-color css
<style>
a { background-color: #99AD8F; }
a { background-color: rgb(153,173,143); }
div.DivClassName
{
background-color: #99AD8F;
}
.BgClassName
{
background-color: #99AD8F;
}
</style>
border-color css
<style>
span { border-color: #99AD8F; }
span { border-color: rgb(153,173,143); }
td.TdClassName
{
border-color: #99AD8F;
}
.TagClassName
{
border-color: #99AD8F;
}
</style>