Shades of Sage #9AA471
Tints of Sage #9AA471
RGB
CMYK
RGB Variations
Color information
#9AA471 (or 0x9AA471) is known color: Sage. HEX triplet: 9A, A4 and 71. RGB value is (154,164,113). Sum of RGB (Red+Green+Blue) = 154+164+113=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA471 is #655B8E. Grayscale: #9B9B9B. Windows color (decimal): -6642575 or 7447706. OLE color: 7447706.
HSL color Cylindrical-coordinate representation of color #9AA471: hue angle of 71.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA471 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 113 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.36 |
| HSL | 71.76º | 0.22% | 0.54% | - |
| HSV(B) | 71.76º | 0.31% | 0.64% | - |
| XYZ | 29.58 | 34.61 | 20.74 | - |
| YUV | 155.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 113 | 0.06 | 0 | 0.31 | 0.36 | 71.76 | 0.22 | 0.54 |
| Hex | 9A | A4 | 71 | 6 | 0 | 1F | 24 | 48 | 16 | 36 |
| Octal | 232 | 244 | 161 | 6 | 0 | 37 | 44 | 110 | 26 | 66 |
| Binary | 10011010 | 10100100 | 1110001 | 110 | 0 | 11111 | 100100 | 1001000 | 10110 | 110110 |
Color Harmonies of #9AA471
Complementary color
Monochromatic Colors of #9AA471
Black with #9AA471
Text Example
Text Example
White with #9AA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA471; }
p { color: rgb(154,164,113); }
H1.HeaderClassName
{
color: #9AA471;
}
.AnyTagClassName
{
color: #9AA471;
}
</style>
background-color css
<style>
a { background-color: #9AA471; }
a { background-color: rgb(154,164,113); }
div.DivClassName
{
background-color: #9AA471;
}
.BgClassName
{
background-color: #9AA471;
}
</style>
border-color css
<style>
span { border-color: #9AA471; }
span { border-color: rgb(154,164,113); }
td.TdClassName
{
border-color: #9AA471;
}
.TagClassName
{
border-color: #9AA471;
}
</style>