#8DAC95

Color #8DAC95 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #8DAC95

Tints of Envy #8DAC95

Color information

#8DAC95 (or 0x8DAC95) is unknown color: approx Envy. HEX triplet: 8D, AC and 95. RGB value is (141,172,149). Sum of RGB (Red+Green+Blue) = 141+172+149=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAC95 is #72536A. Grayscale: #A0A0A0. Windows color (decimal): -7492459 or 9809037. OLE color: 9809037.

HSL color Cylindrical-coordinate representation of color #8DAC95: hue angle of 135.48º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAC95 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB141172149-
CMYK0.1800.130.33
HSL135.48º15.74%61.37%-
HSV(B)135.48º18.02%67.45%-
XYZ31.1637.3434-
YUV160.11121.73114.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.52%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=30.52%
G=37.23%
B=32.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721490.1800.130.33135.4815.7461.37
Hex8DAC95120D2187103d
Octal21525422522015412072075
Binary10001101101011001001010110010011011000011000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DAC95; }

 p { color: rgb(141,172,149); }

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

<style>
 a { background-color: #8DAC95; }

 a { background-color: rgb(141,172,149); }

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

<style>
 span { border-color: #8DAC95; }

 span { border-color: rgb(141,172,149); }

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