Html Css Color HEX #9EAD7A Sage

📋 copy color: '#9EAD7A'

red 158 ◦ green 173 ◦ blue 122

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

Shades of Sage #9EAD7A

Tints of Sage #9EAD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.19%

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 34.88%
G = 38.19%
B = 26.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#9EAD7A (or 0x9EAD7A) is known color: Sage. HEX triplet: 9E, AD and 7A. RGB value is (158,173,122). Sum of RGB (Red+Green+Blue) = 158+173+122=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAD7A is #615285. Grayscale: #A2A2A2. Windows color (decimal): -6378118 or 8039838. OLE color: 8039838.

HSL color Cylindrical-coordinate representation of color #9EAD7A: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EAD7A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 122 -
CMYK 0.09 0 0.29 0.32
HSL 77.65º 0.24% 0.58% -
HSV(B) 77.65º 0.29% 0.68% -
XYZ 32.56 38.56 24.14 -
YUV 162.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 158 173 122 0.09 0 0.29 0.32 77.65 0.24 0.58
Hex 9E AD 7A 9 0 1D 20 4E 18 3A
Octal 236 255 172 11 0 35 40 116 30 72
Binary 10011110 10101101 1111010 1001 0 11101 100000 1001110 11000 111010

Color Harmonies of #9EAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD7A

Black with #9EAD7A

Text Example


Text Example

White with #9EAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,173,122); }

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

background-color css

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

 a { background-color: rgb(158,173,122); }

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

border-color css

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

 span { border-color: rgb(158,173,122); }

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