#9FAA84

Color #9FAA84 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #9FAA84

Tints of Sage #9FAA84

Color information

#9FAA84 (or 0x9FAA84) is unknown color: approx Sage. HEX triplet: 9F, AA and 84. RGB value is (159,170,132). Sum of RGB (Red+Green+Blue) = 159+170+132=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA84 is #60557B. Grayscale: #A2A2A2. Windows color (decimal): -6313340 or 8694431. OLE color: 8694431.

HSL color Cylindrical-coordinate representation of color #9FAA84: hue angle of 77.37º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAA84 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB159170132-
CMYK0.0600.220.33
HSL77.37º18.27%59.22%-
HSV(B)77.37º22.35%66.67%-
XYZ32.8437.7927.39-
YUV162.38110.86125.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=34.49%
G=36.88%
B=28.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701320.0600.220.3377.3718.2759.22
Hex9FAA846016214d123b
Octal2372522046026411152273
Binary100111111010101010000100110010110100001100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAA84; }

 p { color: rgb(159,170,132); }

 H1.HeaderClassName
 {
   color: #9FAA84;
 }
 .AnyTagClassName
 {
   color: #9FAA84;
 }
</style>
background-color css

<style>
 a { background-color: #9FAA84; }

 a { background-color: rgb(159,170,132); }

 div.DivClassName
 {
   background-color: #9FAA84;
 }
 .BgClassName
 {
   background-color: #9FAA84;
 }
</style>
border-color css

<style>
 span { border-color: #9FAA84; }

 span { border-color: rgb(159,170,132); }

 td.TdClassName
 {
   border-color: #9FAA84;
 }
 .TagClassName
 {
   border-color: #9FAA84;
 }
</style>