Shades of Sage #9AA380
Tints of Sage #9AA380
RGB
CMYK
RGB Variations
Color information
#9AA380 (or 0x9AA380) is known color: Sage. HEX triplet: 9A, A3 and 80. RGB value is (154,163,128). Sum of RGB (Red+Green+Blue) = 154+163+128=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA380 is #655C7F. Grayscale: #9C9C9C. Windows color (decimal): -6642816 or 8430490. OLE color: 8430490.
HSL color Cylindrical-coordinate representation of color #9AA380: hue angle of 75.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA380 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 128 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.36 |
| HSL | 75.43º | 0.16% | 0.57% | - |
| HSV(B) | 75.43º | 0.21% | 0.64% | - |
| XYZ | 30.32 | 34.62 | 25.51 | - |
| YUV | 156.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 128 | 0.06 | 0 | 0.21 | 0.36 | 75.43 | 0.16 | 0.57 |
| Hex | 9A | A3 | 80 | 6 | 0 | 15 | 24 | 4B | 10 | 39 |
| Octal | 232 | 243 | 200 | 6 | 0 | 25 | 44 | 113 | 20 | 71 |
| Binary | 10011010 | 10100011 | 10000000 | 110 | 0 | 10101 | 100100 | 1001011 | 10000 | 111001 |
Color Harmonies of #9AA380
Complementary color
Monochromatic Colors of #9AA380
Black with #9AA380
Text Example
Text Example
White with #9AA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA380; }
p { color: rgb(154,163,128); }
H1.HeaderClassName
{
color: #9AA380;
}
.AnyTagClassName
{
color: #9AA380;
}
</style>
background-color css
<style>
a { background-color: #9AA380; }
a { background-color: rgb(154,163,128); }
div.DivClassName
{
background-color: #9AA380;
}
.BgClassName
{
background-color: #9AA380;
}
</style>
border-color css
<style>
span { border-color: #9AA380; }
span { border-color: rgb(154,163,128); }
td.TdClassName
{
border-color: #9AA380;
}
.TagClassName
{
border-color: #9AA380;
}
</style>