Shades of Sage #9AA181
Tints of Sage #9AA181
RGB
CMYK
RGB Variations
Color information
#9AA181 (or 0x9AA181) is known color: Sage. HEX triplet: 9A, A1 and 81. RGB value is (154,161,129). Sum of RGB (Red+Green+Blue) = 154+161+129=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA181 is #655E7E. Grayscale: #9B9B9B. Windows color (decimal): -6643327 or 8495514. OLE color: 8495514.
HSL color Cylindrical-coordinate representation of color #9AA181: hue angle of 73.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AA181 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 129 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.37 |
| HSL | 73.13º | 0.15% | 0.57% | - |
| HSV(B) | 73.13º | 0.2% | 0.63% | - |
| XYZ | 30.03 | 33.94 | 25.74 | - |
| YUV | 155.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 129 | 0.04 | 0 | 0.20 | 0.37 | 73.13 | 0.15 | 0.57 |
| Hex | 9A | A1 | 81 | 4 | 0 | 14 | 25 | 49 | F | 39 |
| Octal | 232 | 241 | 201 | 4 | 0 | 24 | 45 | 111 | 17 | 71 |
| Binary | 10011010 | 10100001 | 10000001 | 100 | 0 | 10100 | 100101 | 1001001 | 1111 | 111001 |
Color Harmonies of #9AA181
Complementary color
Monochromatic Colors of #9AA181
Black with #9AA181
Text Example
Text Example
White with #9AA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA181; }
p { color: rgb(154,161,129); }
H1.HeaderClassName
{
color: #9AA181;
}
.AnyTagClassName
{
color: #9AA181;
}
</style>
background-color css
<style>
a { background-color: #9AA181; }
a { background-color: rgb(154,161,129); }
div.DivClassName
{
background-color: #9AA181;
}
.BgClassName
{
background-color: #9AA181;
}
</style>
border-color css
<style>
span { border-color: #9AA181; }
span { border-color: rgb(154,161,129); }
td.TdClassName
{
border-color: #9AA181;
}
.TagClassName
{
border-color: #9AA181;
}
</style>