#9EAD7A

Color #9EAD7A Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #9EAD7A

Tints of Sage #9EAD7A

Color information

#9EAD7A (or 0x9EAD7A) is unknown color: approx 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

RGB158173122-
CMYK0.0900.290.32
HSL77.65º23.72%57.84%-
HSV(B)77.65º29.48%67.84%-
XYZ32.5638.5624.14-
YUV162.7105.03124.65-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731220.0900.290.3277.6523.7257.84
Hex9EAD7A901D204e183a
Octal23625517211035401163072
Binary100111101010110111110101001011101100000100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>