#9EAB7F

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

Shades of Sage #9EAB7F

Tints of Sage #9EAB7F

Color information

#9EAB7F (or 0x9EAB7F) is unknown color: approx Sage. HEX triplet: 9E, AB and 7F. RGB value is (158,171,127). Sum of RGB (Red+Green+Blue) = 158+171+127=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAB7F is #615480. Grayscale: #A2A2A2. Windows color (decimal): -6378625 or 8367006. OLE color: 8367006.

HSL color Cylindrical-coordinate representation of color #9EAB7F: hue angle of 77.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EAB7F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB158171127-
CMYK0.0800.260.33
HSL77.73º20.75%58.43%-
HSV(B)77.73º25.73%67.06%-
XYZ32.4937.9325.69-
YUV162.1108.19125.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 127 (50% from 255) = 27.85%
R=34.65%
G=37.5%
B=27.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711270.0800.260.3377.7320.7558.43
Hex9EAB7F801A214e153a
Octal23625317710032411162572
Binary100111101010101111111111000011010100001100111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,171,127); }

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

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

 a { background-color: rgb(158,171,127); }

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

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

 span { border-color: rgb(158,171,127); }

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