#90AC94

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

Shades of Envy #90AC94

Tints of Envy #90AC94

Color information

#90AC94 (or 0x90AC94) is unknown color: approx Envy. HEX triplet: 90, AC and 94. RGB value is (144,172,148). Sum of RGB (Red+Green+Blue) = 144+172+148=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC94 is #6F536B. Grayscale: #A0A0A0. Windows color (decimal): -7295852 or 9743504. OLE color: 9743504.

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

Color convert

RGB144172148-
CMYK0.1600.140.33
HSL128.57º14.43%61.96%-
HSV(B)128.57º16.28%67.45%-
XYZ31.637.5733.6-
YUV160.89120.72115.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=31.03%
G=37.07%
B=31.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721480.1600.140.33128.5714.4361.96
Hex90AC94100E2181e3e
Octal22025422420016412011676
Binary1001000010101100100101001000001110100001100000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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