Html Css Color HEX #9EA57C Sage

📋 copy color: '#9EA57C'

red 158 ◦ green 165 ◦ blue 124

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

Shades of Sage #9EA57C

Tints of Sage #9EA57C

RGB

 RED value IS 158 (62.11% from 255) = 35.35%

 GREEN value IS 165 (64.84% from 255) = 36.91%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 35.35%
G = 36.91%
B = 27.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#9EA57C (or 0x9EA57C) is known color: Sage. HEX triplet: 9E, A5 and 7C. RGB value is (158,165,124). Sum of RGB (Red+Green+Blue) = 158+165+124=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA57C is #615A83. Grayscale: #9E9E9E. Windows color (decimal): -6380164 or 8168862. OLE color: 8168862.

HSL color Cylindrical-coordinate representation of color #9EA57C: hue angle of 70.24º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EA57C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 124 -
CMYK 0.04 0 0.25 0.35
HSL 70.24º 0.19% 0.57% -
HSV(B) 70.24º 0.25% 0.65% -
XYZ 31.19 35.63 24.3 -
YUV 158.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 158 165 124 0.04 0 0.25 0.35 70.24 0.19 0.57
Hex 9E A5 7C 4 0 19 23 46 13 39
Octal 236 245 174 4 0 31 43 106 23 71
Binary 10011110 10100101 1111100 100 0 11001 100011 1000110 10011 111001

Color Harmonies of #9EA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA57C

Black with #9EA57C

Text Example


Text Example

White with #9EA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA57C; }

 p { color: rgb(158,165,124); }

 H1.HeaderClassName
 {
   color: #9EA57C;
 }
 .AnyTagClassName
 {
   color: #9EA57C;
 }
</style>

background-color css

<style>
 a { background-color: #9EA57C; }

 a { background-color: rgb(158,165,124); }

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

border-color css

<style>
 span { border-color: #9EA57C; }

 span { border-color: rgb(158,165,124); }

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