#8EA17A

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

Shades of Sage #8EA17A

Tints of Sage #8EA17A

Color information

#8EA17A (or 0x8EA17A) is unknown color: approx Sage. HEX triplet: 8E, A1 and 7A. RGB value is (142,161,122). Sum of RGB (Red+Green+Blue) = 142+161+122=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA17A is #715E85. Grayscale: #979797. Windows color (decimal): -7429766 or 8036750. OLE color: 8036750.

HSL color Cylindrical-coordinate representation of color #8EA17A: hue angle of 89.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA17A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB142161122-
CMYK0.1200.240.37
HSL89.23º17.18%55.49%-
HSV(B)89.23º24.22%63.14%-
XYZ27.4132.6523.27-
YUV150.87111.71121.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.41%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=33.41%
G=37.88%
B=28.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611220.1200.240.3789.2317.1855.49
Hex8EA17AC01825591137
Octal21624117214030451312167
Binary100011101010000111110101100011000100101101100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA17A; }

 p { color: rgb(142,161,122); }

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

<style>
 a { background-color: #8EA17A; }

 a { background-color: rgb(142,161,122); }

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

<style>
 span { border-color: #8EA17A; }

 span { border-color: rgb(142,161,122); }

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