#9EAC81

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

Shades of Sage #9EAC81

Tints of Sage #9EAC81

Color information

#9EAC81 (or 0x9EAC81) is unknown color: approx Sage. HEX triplet: 9E, AC and 81. RGB value is (158,172,129). Sum of RGB (Red+Green+Blue) = 158+172+129=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC81 is #61537E. Grayscale: #A3A3A3. Windows color (decimal): -6378367 or 8498334. OLE color: 8498334.

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

Color convert

RGB158172129-
CMYK0.0800.250.33
HSL79.53º20.57%59.02%-
HSV(B)79.53º25%67.45%-
XYZ32.8238.3626.44-
YUV162.91108.86124.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=34.42%
G=37.47%
B=28.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581721290.0800.250.3379.5320.5759.02
Hex9EAC8180192150153b
Octal23625420110031411202573
Binary1001111010101100100000011000011001100001101000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAC81;
 }
 .AnyTagClassName
 {
   color: #9EAC81;
 }
</style>
background-color css

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

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

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

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

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

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