#90AA93

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

Shades of Envy #90AA93

Tints of Envy #90AA93

Color information

#90AA93 (or 0x90AA93) is unknown color: approx Envy. HEX triplet: 90, AA and 93. RGB value is (144,170,147). Sum of RGB (Red+Green+Blue) = 144+170+147=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA93 is #6F556C. Grayscale: #9F9F9F. Windows color (decimal): -7296365 or 9677456. OLE color: 9677456.

HSL color Cylindrical-coordinate representation of color #90AA93: hue angle of 126.92º 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 #90AA93 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB144170147-
CMYK0.1500.140.33
HSL126.92º13.27%61.57%-
HSV(B)126.92º15.29%66.67%-
XYZ31.1436.7933.06-
YUV159.6120.89116.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=31.24%
G=36.88%
B=31.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441701470.1500.140.33126.9213.2761.57
Hex90AA93F0E217fd3e
Octal22025222317016411771576
Binary10010000101010101001001111110111010000111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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