Shades of Sage #9EA273
Tints of Sage #9EA273
RGB
CMYK
RGB Variations
Color information
#9EA273 (or 0x9EA273) is known color: Sage. HEX triplet: 9E, A2 and 73. RGB value is (158,162,115). Sum of RGB (Red+Green+Blue) = 158+162+115=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA273 is #615D8C. Grayscale: #9B9B9B. Windows color (decimal): -6380941 or 7578270. OLE color: 7578270.
HSL color Cylindrical-coordinate representation of color #9EA273: hue angle of 65.11º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA273 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 162 | 115 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.36 |
| HSL | 65.11º | 0.2% | 0.54% | - |
| HSV(B) | 65.11º | 0.29% | 0.64% | - |
| XYZ | 30.12 | 34.35 | 21.26 | - |
| YUV | 155.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 115 | 0.02 | 0 | 0.29 | 0.36 | 65.11 | 0.2 | 0.54 |
| Hex | 9E | A2 | 73 | 2 | 0 | 1D | 24 | 41 | 14 | 36 |
| Octal | 236 | 242 | 163 | 2 | 0 | 35 | 44 | 101 | 24 | 66 |
| Binary | 10011110 | 10100010 | 1110011 | 10 | 0 | 11101 | 100100 | 1000001 | 10100 | 110110 |
Color Harmonies of #9EA273
Complementary color
Monochromatic Colors of #9EA273
Black with #9EA273
Text Example
Text Example
White with #9EA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA273; }
p { color: rgb(158,162,115); }
H1.HeaderClassName
{
color: #9EA273;
}
.AnyTagClassName
{
color: #9EA273;
}
</style>
background-color css
<style>
a { background-color: #9EA273; }
a { background-color: rgb(158,162,115); }
div.DivClassName
{
background-color: #9EA273;
}
.BgClassName
{
background-color: #9EA273;
}
</style>
border-color css
<style>
span { border-color: #9EA273; }
span { border-color: rgb(158,162,115); }
td.TdClassName
{
border-color: #9EA273;
}
.TagClassName
{
border-color: #9EA273;
}
</style>