#8FAD93

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

Shades of Envy #8FAD93

Tints of Envy #8FAD93

Color information

#8FAD93 (or 0x8FAD93) is unknown color: approx Envy. HEX triplet: 8F, AD and 93. RGB value is (143,173,147). Sum of RGB (Red+Green+Blue) = 143+173+147=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD93 is #70526C. Grayscale: #A1A1A1. Windows color (decimal): -7361133 or 9678223. OLE color: 9678223.

HSL color Cylindrical-coordinate representation of color #8FAD93: hue angle of 128º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAD93 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB143173147-
CMYK0.1700.150.32
HSL128º15.46%61.96%-
HSV(B)128º17.34%67.84%-
XYZ31.5437.8333.24-
YUV161.07120.06115.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=30.89%
G=37.37%
B=31.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431731470.1700.150.3212815.4661.96
Hex8FAD93110F2080f3e
Octal21725522321017402001776
Binary1000111110101101100100111000101111100000100000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,173,147); }

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

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

 a { background-color: rgb(143,173,147); }

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

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

 span { border-color: rgb(143,173,147); }

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