#8FAF91

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

Shades of Envy #8FAF91

Tints of Envy #8FAF91

Color information

#8FAF91 (or 0x8FAF91) is unknown color: approx Envy. HEX triplet: 8F, AF and 91. RGB value is (143,175,145). Sum of RGB (Red+Green+Blue) = 143+175+145=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF91 is #70506E. Grayscale: #A2A2A2. Windows color (decimal): -7360623 or 9547663. OLE color: 9547663.

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

Color convert

RGB143175145-
CMYK0.1800.170.31
HSL123.75º16.67%62.35%-
HSV(B)123.75º18.29%68.63%-
XYZ31.7738.5432.55-
YUV162.01118.4114.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=30.89%
G=37.80%
B=31.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751450.1800.170.31123.7516.6762.35
Hex8FAF91120111F7c113e
Octal21725722122021371742176
Binary1000111110101111100100011001001000111111111110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,175,145); }

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

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

 a { background-color: rgb(143,175,145); }

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

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

 span { border-color: rgb(143,175,145); }

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