Shades of Delta #9EAA87
Tints of Delta #9EAA87
RGB
CMYK
RGB Variations
Color information
#9EAA87 (or 0x9EAA87) is known color: Delta. HEX triplet: 9E, AA and 87. RGB value is (158,170,135). Sum of RGB (Red+Green+Blue) = 158+170+135=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA87 is #615578. Grayscale: #A2A2A2. Windows color (decimal): -6378873 or 8891038. OLE color: 8891038.
HSL color Cylindrical-coordinate representation of color #9EAA87: hue angle of 80.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EAA87 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 135 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.33 |
| HSL | 80.57º | 0.17% | 0.6% | - |
| HSV(B) | 80.57º | 0.21% | 0.67% | - |
| XYZ | 32.85 | 37.77 | 28.48 | - |
| YUV | 162.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 135 | 0.07 | 0 | 0.21 | 0.33 | 80.57 | 0.17 | 0.6 |
| Hex | 9E | AA | 87 | 7 | 0 | 15 | 21 | 51 | 11 | 3C |
| Octal | 236 | 252 | 207 | 7 | 0 | 25 | 41 | 121 | 21 | 74 |
| Binary | 10011110 | 10101010 | 10000111 | 111 | 0 | 10101 | 100001 | 1010001 | 10001 | 111100 |
Color Harmonies of #9EAA87
Complementary color
Monochromatic Colors of #9EAA87
Black with #9EAA87
Text Example
Text Example
White with #9EAA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA87; }
p { color: rgb(158,170,135); }
H1.HeaderClassName
{
color: #9EAA87;
}
.AnyTagClassName
{
color: #9EAA87;
}
</style>
background-color css
<style>
a { background-color: #9EAA87; }
a { background-color: rgb(158,170,135); }
div.DivClassName
{
background-color: #9EAA87;
}
.BgClassName
{
background-color: #9EAA87;
}
</style>
border-color css
<style>
span { border-color: #9EAA87; }
span { border-color: rgb(158,170,135); }
td.TdClassName
{
border-color: #9EAA87;
}
.TagClassName
{
border-color: #9EAA87;
}
</style>