#8AAF93

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

Shades of Envy #8AAF93

Tints of Envy #8AAF93

Color information

#8AAF93 (or 0x8AAF93) is unknown color: approx Envy. HEX triplet: 8A, AF and 93. RGB value is (138,175,147). Sum of RGB (Red+Green+Blue) = 138+175+147=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF93 is #75506C. Grayscale: #A0A0A0. Windows color (decimal): -7688301 or 9678730. OLE color: 9678730.

HSL color Cylindrical-coordinate representation of color #8AAF93: hue angle of 134.59º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF93 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB138175147-
CMYK0.2100.160.31
HSL134.59º18.78%61.37%-
HSV(B)134.59º21.14%68.63%-
XYZ31.0838.1733.33-
YUV160.74120.24111.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=30%
G=38.04%
B=31.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751470.2100.160.31134.5918.7861.37
Hex8AAF93150101F87133d
Octal21225722325020372072375
Binary10001010101011111001001110101010000111111000011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,147); }

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

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

 a { background-color: rgb(138,175,147); }

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

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

 span { border-color: rgb(138,175,147); }

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