#8FAA95

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

Shades of Envy #8FAA95

Tints of Envy #8FAA95

Color information

#8FAA95 (or 0x8FAA95) is unknown color: approx Envy. HEX triplet: 8F, AA and 95. RGB value is (143,170,149). Sum of RGB (Red+Green+Blue) = 143+170+149=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAA95 is #70556A. Grayscale: #9F9F9F. Windows color (decimal): -7361899 or 9808527. OLE color: 9808527.

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

Color convert

RGB143170149-
CMYK0.1600.120.33
HSL133.33º13.71%61.37%-
HSV(B)133.33º15.88%66.67%-
XYZ31.1336.7633.89-
YUV159.53122.05116.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.95%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=30.95%
G=36.80%
B=32.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701490.1600.120.33133.3313.7161.37
Hex8FAA95100C2185e3d
Octal21725222520014412051675
Binary1000111110101010100101011000001100100001100001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,149); }

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

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

 a { background-color: rgb(143,170,149); }

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

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

 span { border-color: rgb(143,170,149); }

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