Html Css Color HEX #9EAC7D Sage

📋 copy color: '#9EAC7D'

red 158 ◦ green 172 ◦ blue 125

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

Shades of Sage #9EAC7D

Tints of Sage #9EAC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.8%

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 34.73%
G = 37.8%
B = 27.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#9EAC7D (or 0x9EAC7D) is known color: Sage. HEX triplet: 9E, AC and 7D. RGB value is (158,172,125). Sum of RGB (Red+Green+Blue) = 158+172+125=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAC7D is #615382. Grayscale: #A2A2A2. Windows color (decimal): -6378371 or 8236190. OLE color: 8236190.

HSL color Cylindrical-coordinate representation of color #9EAC7D: hue angle of 77.87º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EAC7D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 125 -
CMYK 0.08 0 0.27 0.33
HSL 77.87º 0.22% 0.58% -
HSV(B) 77.87º 0.27% 0.67% -
XYZ 32.55 38.25 25.07 -
YUV 162.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 158 172 125 0.08 0 0.27 0.33 77.87 0.22 0.58
Hex 9E AC 7D 8 0 1B 21 4E 16 3A
Octal 236 254 175 10 0 33 41 116 26 72
Binary 10011110 10101100 1111101 1000 0 11011 100001 1001110 10110 111010

Color Harmonies of #9EAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC7D

Black with #9EAC7D

Text Example


Text Example

White with #9EAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,125); }

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

background-color css

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

 a { background-color: rgb(158,172,125); }

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

border-color css

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

 span { border-color: rgb(158,172,125); }

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