#8AAF90

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

Shades of Envy #8AAF90

Tints of Envy #8AAF90

Color information

#8AAF90 (or 0x8AAF90) is unknown color: approx Envy. HEX triplet: 8A, AF and 90. RGB value is (138,175,144). Sum of RGB (Red+Green+Blue) = 138+175+144=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF90 is #75506F. Grayscale: #A0A0A0. Windows color (decimal): -7688304 or 9482122. OLE color: 9482122.

HSL color Cylindrical-coordinate representation of color #8AAF90: hue angle of 129.73º 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 #8AAF90 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB138175144-
CMYK0.2100.180.31
HSL129.73º18.78%61.37%-
HSV(B)129.73º21.14%68.63%-
XYZ30.8538.0832.11-
YUV160.4118.74112.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=30.20%
G=38.29%
B=31.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751440.2100.180.31129.7318.7861.37
Hex8AAF90150121F82133d
Octal21225722025022372022375
Binary10001010101011111001000010101010010111111000001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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