Html Css Color HEX #8EA270 Sage

📋 copy color: '#8EA270'

red 142 ◦ green 162 ◦ blue 112

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

Shades of Sage #8EA270

Tints of Sage #8EA270

RGB

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

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

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

R = 34.13%
G = 38.94%
B = 26.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#8EA270 (or 0x8EA270) is known color: Sage. HEX triplet: 8E, A2 and 70. RGB value is (142,162,112). Sum of RGB (Red+Green+Blue) = 142+162+112=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA270 is #715D8F. Grayscale: #969696. Windows color (decimal): -7429520 or 7381646. OLE color: 7381646.

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

Color convert

RGB 142 162 112 -
CMYK 0.12 0 0.31 0.36
HSL 84º 0.21% 0.54% -
HSV(B) 84º 0.31% 0.64% -
XYZ 27 32.76 20.23 -
YUV 150.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 142 162 112 0.12 0 0.31 0.36 84 0.21 0.54
Hex 8E A2 70 C 0 1F 24 54 15 36
Octal 216 242 160 14 0 37 44 124 25 66
Binary 10001110 10100010 1110000 1100 0 11111 100100 1010100 10101 110110

Color Harmonies of #8EA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA270

Black with #8EA270

Text Example


Text Example

White with #8EA270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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