Shades of Sage #9EAB7F
Tints of Sage #9EAB7F
RGB
CMYK
RGB Variations
Color information
#9EAB7F (or 0x9EAB7F) is known color: Sage. HEX triplet: 9E, AB and 7F. RGB value is (158,171,127). Sum of RGB (Red+Green+Blue) = 158+171+127=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAB7F is #615480. Grayscale: #A2A2A2. Windows color (decimal): -6378625 or 8367006. OLE color: 8367006.
HSL color Cylindrical-coordinate representation of color #9EAB7F: hue angle of 77.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EAB7F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 127 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.33 |
| HSL | 77.73º | 0.21% | 0.58% | - |
| HSV(B) | 77.73º | 0.26% | 0.67% | - |
| XYZ | 32.49 | 37.93 | 25.69 | - |
| YUV | 162.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 127 | 0.08 | 0 | 0.26 | 0.33 | 77.73 | 0.21 | 0.58 |
| Hex | 9E | AB | 7F | 8 | 0 | 1A | 21 | 4E | 15 | 3A |
| Octal | 236 | 253 | 177 | 10 | 0 | 32 | 41 | 116 | 25 | 72 |
| Binary | 10011110 | 10101011 | 1111111 | 1000 | 0 | 11010 | 100001 | 1001110 | 10101 | 111010 |
Color Harmonies of #9EAB7F
Complementary color
Monochromatic Colors of #9EAB7F
Black with #9EAB7F
Text Example
Text Example
White with #9EAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB7F; }
p { color: rgb(158,171,127); }
H1.HeaderClassName
{
color: #9EAB7F;
}
.AnyTagClassName
{
color: #9EAB7F;
}
</style>
background-color css
<style>
a { background-color: #9EAB7F; }
a { background-color: rgb(158,171,127); }
div.DivClassName
{
background-color: #9EAB7F;
}
.BgClassName
{
background-color: #9EAB7F;
}
</style>
border-color css
<style>
span { border-color: #9EAB7F; }
span { border-color: rgb(158,171,127); }
td.TdClassName
{
border-color: #9EAB7F;
}
.TagClassName
{
border-color: #9EAB7F;
}
</style>