#9EAA81

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

Shades of Sage #9EAA81

Tints of Sage #9EAA81

Color information

#9EAA81 (or 0x9EAA81) is unknown color: approx Sage. HEX triplet: 9E, AA and 81. RGB value is (158,170,129). Sum of RGB (Red+Green+Blue) = 158+170+129=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA81 is #61557E. Grayscale: #A1A1A1. Windows color (decimal): -6378879 or 8497822. OLE color: 8497822.

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

Color convert

RGB158170129-
CMYK0.0700.240.33
HSL77.56º19.43%58.63%-
HSV(B)77.56º24.12%66.67%-
XYZ32.4437.626.32-
YUV161.74109.52125.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=34.57%
G=37.20%
B=28.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581701290.0700.240.3377.5619.4358.63
Hex9EAA817018214e133b
Octal2362522017030411162373
Binary100111101010101010000001111011000100001100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,129); }

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

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

 a { background-color: rgb(158,170,129); }

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

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

 span { border-color: rgb(158,170,129); }

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