#8DA48F

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

Shades of Envy #8DA48F

Tints of Envy #8DA48F

Color information

#8DA48F (or 0x8DA48F) is unknown color: approx Envy. HEX triplet: 8D, A4 and 8F. RGB value is (141,164,143). Sum of RGB (Red+Green+Blue) = 141+164+143=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA48F is #725B70. Grayscale: #9A9A9A. Windows color (decimal): -7494513 or 9413773. OLE color: 9413773.

HSL color Cylindrical-coordinate representation of color #8DA48F: hue angle of 125.22º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8DA48F is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB141164143-
CMYK0.1400.130.36
HSL125.22º11.22%59.8%-
HSV(B)125.22º14.02%64.31%-
XYZ29.2234.231.05-
YUV154.73121.38118.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=31.47%
G=36.61%
B=31.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641430.1400.130.36125.2211.2259.8
Hex8DA48FE0D247db3c
Octal21524421716015441751374
Binary10001101101001001000111111100110110010011111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,143); }

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

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

 a { background-color: rgb(141,164,143); }

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

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

 span { border-color: rgb(141,164,143); }

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