#9EA471

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

Shades of Sage #9EA471

Tints of Sage #9EA471

Color information

#9EA471 (or 0x9EA471) is unknown color: approx Sage. HEX triplet: 9E, A4 and 71. RGB value is (158,164,113). Sum of RGB (Red+Green+Blue) = 158+164+113=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA471 is #615B8E. Grayscale: #9C9C9C. Windows color (decimal): -6380431 or 7447710. OLE color: 7447710.

HSL color Cylindrical-coordinate representation of color #9EA471: hue angle of 67.06º 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 #9EA471 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB158164113-
CMYK0.0400.310.36
HSL67.06º21.89%54.31%-
HSV(B)67.06º31.1%64.31%-
XYZ30.3635.0120.78-
YUV156.39103.51129.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=36.32%
G=37.70%
B=25.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641130.0400.310.3667.0621.8954.31
Hex9EA471401F24431636
Octal2362441614037441032666
Binary10011110101001001110001100011111100100100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,164,113); }

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

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

 a { background-color: rgb(158,164,113); }

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

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

 span { border-color: rgb(158,164,113); }

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