#90AE94

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

Shades of Envy #90AE94

Tints of Envy #90AE94

Color information

#90AE94 (or 0x90AE94) is unknown color: approx Envy. HEX triplet: 90, AE and 94. RGB value is (144,174,148). Sum of RGB (Red+Green+Blue) = 144+174+148=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AE94 is #6F516B. Grayscale: #A2A2A2. Windows color (decimal): -7295340 or 9744016. OLE color: 9744016.

HSL color Cylindrical-coordinate representation of color #90AE94: hue angle of 128º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AE94 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB144174148-
CMYK0.1700.150.32
HSL128º15.62%62.35%-
HSV(B)128º17.24%68.24%-
XYZ31.9838.3433.73-
YUV162.07120.06115.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.90%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=30.90%
G=37.34%
B=31.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441741480.1700.150.3212815.6262.35
Hex90AE94110F2080103e
Octal22025622421017402002076
Binary10010000101011101001010010001011111000001000000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,148); }

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

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

 a { background-color: rgb(144,174,148); }

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

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

 span { border-color: rgb(144,174,148); }

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