#8DA38F

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

Shades of Envy #8DA38F

Tints of Envy #8DA38F

Color information

#8DA38F (or 0x8DA38F) is unknown color: approx Envy. HEX triplet: 8D, A3 and 8F. RGB value is (141,163,143). Sum of RGB (Red+Green+Blue) = 141+163+143=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA38F is #725C70. Grayscale: #9A9A9A. Windows color (decimal): -7494769 or 9413517. OLE color: 9413517.

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

Color convert

RGB141163143-
CMYK0.1300.120.36
HSL125.45º10.68%59.61%-
HSV(B)125.45º13.5%63.92%-
XYZ29.0433.8430.99-
YUV154.14121.71118.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=31.54%
G=36.47%
B=31.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411631430.1300.120.36125.4510.6859.61
Hex8DA38FD0C247db3c
Octal21524321715014441751374
Binary10001101101000111000111111010110010010011111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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