#8EA271

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

Shades of Sage #8EA271

Tints of Sage #8EA271

Color information

#8EA271 (or 0x8EA271) is unknown color: approx Sage. HEX triplet: 8E, A2 and 71. RGB value is (142,162,113). Sum of RGB (Red+Green+Blue) = 142+162+113=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA271 is #715D8E. Grayscale: #969696. Windows color (decimal): -7429519 or 7447182. OLE color: 7447182.

HSL color Cylindrical-coordinate representation of color #8EA271: hue angle of 84.49º 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 #8EA271 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB142162113-
CMYK0.1200.300.36
HSL84.49º20.85%53.92%-
HSV(B)84.49º30.25%63.53%-
XYZ27.0632.7820.52-
YUV150.43106.87121.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=34.05%
G=38.85%
B=27.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621130.1200.300.3684.4920.8553.92
Hex8EA271C01E24541536
Octal21624216114036441242566
Binary100011101010001011100011100011110100100101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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