Shades of Sage #9EAA84
Tints of Sage #9EAA84
RGB
CMYK
RGB Variations
Color information
#9EAA84 (or 0x9EAA84) is known color: Sage. HEX triplet: 9E, AA and 84. RGB value is (158,170,132). Sum of RGB (Red+Green+Blue) = 158+170+132=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA84 is #61557B. Grayscale: #A2A2A2. Windows color (decimal): -6378876 or 8694430. OLE color: 8694430.
HSL color Cylindrical-coordinate representation of color #9EAA84: hue angle of 78.95º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EAA84 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 132 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.33 |
| HSL | 78.95º | 0.18% | 0.59% | - |
| HSV(B) | 78.95º | 0.22% | 0.67% | - |
| XYZ | 32.64 | 37.68 | 27.38 | - |
| YUV | 162.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 132 | 0.07 | 0 | 0.22 | 0.33 | 78.95 | 0.18 | 0.59 |
| Hex | 9E | AA | 84 | 7 | 0 | 16 | 21 | 4F | 12 | 3B |
| Octal | 236 | 252 | 204 | 7 | 0 | 26 | 41 | 117 | 22 | 73 |
| Binary | 10011110 | 10101010 | 10000100 | 111 | 0 | 10110 | 100001 | 1001111 | 10010 | 111011 |
Color Harmonies of #9EAA84
Complementary color
Monochromatic Colors of #9EAA84
Black with #9EAA84
Text Example
Text Example
White with #9EAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA84; }
p { color: rgb(158,170,132); }
H1.HeaderClassName
{
color: #9EAA84;
}
.AnyTagClassName
{
color: #9EAA84;
}
</style>
background-color css
<style>
a { background-color: #9EAA84; }
a { background-color: rgb(158,170,132); }
div.DivClassName
{
background-color: #9EAA84;
}
.BgClassName
{
background-color: #9EAA84;
}
</style>
border-color css
<style>
span { border-color: #9EAA84; }
span { border-color: rgb(158,170,132); }
td.TdClassName
{
border-color: #9EAA84;
}
.TagClassName
{
border-color: #9EAA84;
}
</style>