Html Css Color HEX #9EAC7C Sage

📋 copy color: '#9EAC7C'

red 158 ◦ green 172 ◦ blue 124

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

Shades of Sage #9EAC7C

Tints of Sage #9EAC7C

RGB

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

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

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

R = 34.8%
G = 37.89%
B = 27.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#9EAC7C (or 0x9EAC7C) is known color: Sage. HEX triplet: 9E, AC and 7C. RGB value is (158,172,124). Sum of RGB (Red+Green+Blue) = 158+172+124=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAC7C is #615383. Grayscale: #A2A2A2. Windows color (decimal): -6378372 or 8170654. OLE color: 8170654.

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

Color convert

RGB 158 172 124 -
CMYK 0.08 0 0.28 0.33
HSL 77.5º 0.22% 0.58% -
HSV(B) 77.5º 0.28% 0.67% -
XYZ 32.49 38.23 24.74 -
YUV 162.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 158 172 124 0.08 0 0.28 0.33 77.5 0.22 0.58
Hex 9E AC 7C 8 0 1C 21 4E 16 3A
Octal 236 254 174 10 0 34 41 116 26 72
Binary 10011110 10101100 1111100 1000 0 11100 100001 1001110 10110 111010

Color Harmonies of #9EAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC7C

Black with #9EAC7C

Text Example


Text Example

White with #9EAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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