#90AA95

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

Shades of Envy #90AA95

Tints of Envy #90AA95

Color information

#90AA95 (or 0x90AA95) is unknown color: approx Envy. HEX triplet: 90, AA and 95. RGB value is (144,170,149). Sum of RGB (Red+Green+Blue) = 144+170+149=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA95 is #6F556A. Grayscale: #9F9F9F. Windows color (decimal): -7296363 or 9808528. OLE color: 9808528.

HSL color Cylindrical-coordinate representation of color #90AA95: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AA95 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB144170149-
CMYK0.1500.120.33
HSL131.54º13.27%61.57%-
HSV(B)131.54º15.29%66.67%-
XYZ31.336.8533.9-
YUV159.83121.89116.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=31.10%
G=36.72%
B=32.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441701490.1500.120.33131.5413.2761.57
Hex90AA95F0C2184d3e
Octal22025222517014412041576
Binary100100001010101010010101111101100100001100001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AA95; }

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

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

<style>
 a { background-color: #90AA95; }

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

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

<style>
 span { border-color: #90AA95; }

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

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