Shades of Mantle #99AD99
Tints of Mantle #99AD99
RGB
CMYK
RGB Variations
Color information
#99AD99 (or 0x99AD99) is known color: Mantle. HEX triplet: 99, AD and 99. RGB value is (153,173,153). Sum of RGB (Red+Green+Blue) = 153+173+153=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD99 is #665266. Grayscale: #A4A4A4. Windows color (decimal): -6705767 or 10071449. OLE color: 10071449.
HSL color Cylindrical-coordinate representation of color #99AD99: hue angle of 120º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AD99 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 153 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.32 |
| HSL | 120º | 0.11% | 0.64% | - |
| HSV(B) | 120º | 0.12% | 0.68% | - |
| XYZ | 33.83 | 38.96 | 35.87 | - |
| YUV | 164.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 153 | 0.12 | 0 | 0.12 | 0.32 | 120 | 0.11 | 0.64 |
| Hex | 99 | AD | 99 | C | 0 | C | 20 | 78 | B | 40 |
| Octal | 231 | 255 | 231 | 14 | 0 | 14 | 40 | 170 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10011001 | 1100 | 0 | 1100 | 100000 | 1111000 | 1011 | 1000000 |
Color Harmonies of #99AD99
Complementary color
Monochromatic Colors of #99AD99
Black with #99AD99
Text Example
Text Example
White with #99AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD99; }
p { color: rgb(153,173,153); }
H1.HeaderClassName
{
color: #99AD99;
}
.AnyTagClassName
{
color: #99AD99;
}
</style>
background-color css
<style>
a { background-color: #99AD99; }
a { background-color: rgb(153,173,153); }
div.DivClassName
{
background-color: #99AD99;
}
.BgClassName
{
background-color: #99AD99;
}
</style>
border-color css
<style>
span { border-color: #99AD99; }
span { border-color: rgb(153,173,153); }
td.TdClassName
{
border-color: #99AD99;
}
.TagClassName
{
border-color: #99AD99;
}
</style>