#90AC95

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

Shades of Envy #90AC95

Tints of Envy #90AC95

Color information

#90AC95 (or 0x90AC95) is unknown color: approx Envy. HEX triplet: 90, AC and 95. RGB value is (144,172,149). Sum of RGB (Red+Green+Blue) = 144+172+149=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC95 is #6F536A. Grayscale: #A1A1A1. Windows color (decimal): -7295851 or 9809040. OLE color: 9809040.

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

Color convert

RGB144172149-
CMYK0.1600.130.33
HSL130.71º14.43%61.96%-
HSV(B)130.71º16.28%67.45%-
XYZ31.6837.634.02-
YUV161.01121.22115.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=30.97%
G=36.99%
B=32.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721490.1600.130.33130.7114.4361.96
Hex90AC95100D2183e3e
Octal22025422520015412031676
Binary1001000010101100100101011000001101100001100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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