#9EA271

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

Shades of Sage #9EA271

Tints of Sage #9EA271

Color information

#9EA271 (or 0x9EA271) is unknown color: approx Sage. HEX triplet: 9E, A2 and 71. RGB value is (158,162,113). Sum of RGB (Red+Green+Blue) = 158+162+113=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA271 is #615D8E. Grayscale: #9B9B9B. Windows color (decimal): -6380943 or 7447198. OLE color: 7447198.

HSL color Cylindrical-coordinate representation of color #9EA271: hue angle of 64.9º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EA271 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB158162113-
CMYK0.0200.300.36
HSL64.9º20.85%53.92%-
HSV(B)64.9º30.25%63.53%-
XYZ3034.320.66-
YUV155.22104.17129.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=36.49%
G=37.41%
B=26.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621130.0200.300.3664.920.8553.92
Hex9EA271201E24411536
Octal2362421612036441012566
Binary1001111010100010111000110011110100100100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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