Html Css Color HEX #8EA271 Sage

📋 copy color: '#8EA271'

red 142 ◦ green 162 ◦ blue 113

#8EA271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #8EA271

Tints of Sage #8EA271

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.1%

R = 34.05%
G = 38.85%
B = 27.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8EA271 (or 0x8EA271) is known color: 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

RGB 142 162 113 -
CMYK 0.12 0 0.30 0.36
HSL 84.49º 0.21% 0.54% -
HSV(B) 84.49º 0.3% 0.64% -
XYZ 27.06 32.78 20.52 -
YUV 150.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 142 162 113 0.12 0 0.30 0.36 84.49 0.21 0.54
Hex 8E A2 71 C 0 1E 24 54 15 36
Octal 216 242 161 14 0 36 44 124 25 66
Binary 10001110 10100010 1110001 1100 0 11110 100100 1010100 10101 110110

Color Harmonies of #8EA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA271

Black with #8EA271

Text Example


Text Example

White with #8EA271

Text Example


Text Example

HTML Codes & Css Web 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>