Html Css Color HEX #8EA170 Sage

📋 copy color: '#8EA170'

red 142 ◦ green 161 ◦ blue 112

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

Shades of Sage #8EA170

Tints of Sage #8EA170

RGB

 RED value IS 142 (55.86% from 255) = 34.22%

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 34.22%
G = 38.8%
B = 26.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#8EA170 (or 0x8EA170) is known color: Sage. HEX triplet: 8E, A1 and 70. RGB value is (142,161,112). Sum of RGB (Red+Green+Blue) = 142+161+112=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA170 is #715E8F. Grayscale: #959595. Windows color (decimal): -7429776 or 7381390. OLE color: 7381390.

HSL color Cylindrical-coordinate representation of color #8EA170: hue angle of 83.27º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA170 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 161 112 -
CMYK 0.12 0 0.30 0.37
HSL 83.27º 0.21% 0.54% -
HSV(B) 83.27º 0.3% 0.63% -
XYZ 26.82 32.41 20.17 -
YUV 149.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 142 161 112 0.12 0 0.30 0.37 83.27 0.21 0.54
Hex 8E A1 70 C 0 1E 25 53 15 36
Octal 216 241 160 14 0 36 45 123 25 66
Binary 10001110 10100001 1110000 1100 0 11110 100101 1010011 10101 110110

Color Harmonies of #8EA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA170

Black with #8EA170

Text Example


Text Example

White with #8EA170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA170;
 }
 .AnyTagClassName
 {
   color: #8EA170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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