Html Css Color HEX #8EA273 Sage

📋 copy color: '#8EA273'

red 142 ◦ green 162 ◦ blue 115

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

Shades of Sage #8EA273

Tints of Sage #8EA273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 33.89%
G = 38.66%
B = 27.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#8EA273 (or 0x8EA273) is known color: Sage. HEX triplet: 8E, A2 and 73. RGB value is (142,162,115). Sum of RGB (Red+Green+Blue) = 142+162+115=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA273 is #715D8C. Grayscale: #969696. Windows color (decimal): -7429517 or 7578254. OLE color: 7578254.

HSL color Cylindrical-coordinate representation of color #8EA273: hue angle of 85.53º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EA273 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 162 115 -
CMYK 0.12 0 0.29 0.36
HSL 85.53º 0.2% 0.54% -
HSV(B) 85.53º 0.29% 0.64% -
XYZ 27.17 32.83 21.12 -
YUV 150.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 142 162 115 0.12 0 0.29 0.36 85.53 0.2 0.54
Hex 8E A2 73 C 0 1D 24 56 14 36
Octal 216 242 163 14 0 35 44 126 24 66
Binary 10001110 10100010 1110011 1100 0 11101 100100 1010110 10100 110110

Color Harmonies of #8EA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA273

Black with #8EA273

Text Example


Text Example

White with #8EA273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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