Shades of Sage #9EA982
Tints of Sage #9EA982
RGB
CMYK
RGB Variations
Color information
#9EA982 (or 0x9EA982) is known color: Sage. HEX triplet: 9E, A9 and 82. RGB value is (158,169,130). Sum of RGB (Red+Green+Blue) = 158+169+130=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA982 is #61567D. Grayscale: #A1A1A1. Windows color (decimal): -6379134 or 8563102. OLE color: 8563102.
HSL color Cylindrical-coordinate representation of color #9EA982: hue angle of 76.92º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA982 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 130 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.34 |
| HSL | 76.92º | 0.18% | 0.59% | - |
| HSV(B) | 76.92º | 0.23% | 0.66% | - |
| XYZ | 32.32 | 37.26 | 26.61 | - |
| YUV | 161.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 130 | 0.07 | 0 | 0.23 | 0.34 | 76.92 | 0.18 | 0.59 |
| Hex | 9E | A9 | 82 | 7 | 0 | 17 | 22 | 4D | 12 | 3B |
| Octal | 236 | 251 | 202 | 7 | 0 | 27 | 42 | 115 | 22 | 73 |
| Binary | 10011110 | 10101001 | 10000010 | 111 | 0 | 10111 | 100010 | 1001101 | 10010 | 111011 |
Color Harmonies of #9EA982
Complementary color
Monochromatic Colors of #9EA982
Black with #9EA982
Text Example
Text Example
White with #9EA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA982; }
p { color: rgb(158,169,130); }
H1.HeaderClassName
{
color: #9EA982;
}
.AnyTagClassName
{
color: #9EA982;
}
</style>
background-color css
<style>
a { background-color: #9EA982; }
a { background-color: rgb(158,169,130); }
div.DivClassName
{
background-color: #9EA982;
}
.BgClassName
{
background-color: #9EA982;
}
</style>
border-color css
<style>
span { border-color: #9EA982; }
span { border-color: rgb(158,169,130); }
td.TdClassName
{
border-color: #9EA982;
}
.TagClassName
{
border-color: #9EA982;
}
</style>