#90AC93

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

Shades of Envy #90AC93

Tints of Envy #90AC93

Color information

#90AC93 (or 0x90AC93) is unknown color: approx Envy. HEX triplet: 90, AC and 93. RGB value is (144,172,147). Sum of RGB (Red+Green+Blue) = 144+172+147=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC93 is #6F536C. Grayscale: #A0A0A0. Windows color (decimal): -7295853 or 9677968. OLE color: 9677968.

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

Color convert

RGB144172147-
CMYK0.1600.150.33
HSL126.43º14.43%61.96%-
HSV(B)126.43º16.28%67.45%-
XYZ31.5237.5433.19-
YUV160.78120.22116.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=31.10%
G=37.15%
B=31.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721470.1600.150.33126.4314.4361.96
Hex90AC93100F217ee3e
Octal22025422320017411761676
Binary100100001010110010010011100000111110000111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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