#90AC92

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

Shades of Envy #90AC92

Tints of Envy #90AC92

Color information

#90AC92 (or 0x90AC92) is unknown color: approx Envy. HEX triplet: 90, AC and 92. RGB value is (144,172,146). Sum of RGB (Red+Green+Blue) = 144+172+146=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC92 is #6F536D. Grayscale: #A0A0A0. Windows color (decimal): -7295854 or 9612432. OLE color: 9612432.

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

Color convert

RGB144172146-
CMYK0.1600.150.33
HSL124.29º14.43%61.96%-
HSV(B)124.29º16.28%67.45%-
XYZ31.4437.5132.78-
YUV160.66119.72116.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=31.17%
G=37.23%
B=31.60%

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
Decimal1441721460.1600.150.33124.2914.4361.96
Hex90AC92100F217ce3e
Octal22025422220017411741676
Binary100100001010110010010010100000111110000111111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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