#9EA87E

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

Shades of Sage #9EA87E

Tints of Sage #9EA87E

Color information

#9EA87E (or 0x9EA87E) is unknown color: approx Sage. HEX triplet: 9E, A8 and 7E. RGB value is (158,168,126). Sum of RGB (Red+Green+Blue) = 158+168+126=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA87E is #615781. Grayscale: #A0A0A0. Windows color (decimal): -6379394 or 8300702. OLE color: 8300702.

HSL color Cylindrical-coordinate representation of color #9EA87E: hue angle of 74.29º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EA87E is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB158168126-
CMYK0.0600.250.34
HSL74.29º19.44%57.65%-
HSV(B)74.29º25%65.88%-
XYZ31.8736.7825.16-
YUV160.22108.69126.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=34.96%
G=37.17%
B=27.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581681260.0600.250.3474.2919.4457.65
Hex9EA87E6019224a133a
Octal2362501766031421122372
Binary10011110101010001111110110011001100010100101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,126); }

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

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

 a { background-color: rgb(158,168,126); }

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

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

 span { border-color: rgb(158,168,126); }

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