#90AD93

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

Shades of Envy #90AD93

Tints of Envy #90AD93

Color information

#90AD93 (or 0x90AD93) is unknown color: approx Envy. HEX triplet: 90, AD and 93. RGB value is (144,173,147). Sum of RGB (Red+Green+Blue) = 144+173+147=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AD93 is #6F526C. Grayscale: #A1A1A1. Windows color (decimal): -7295597 or 9678224. OLE color: 9678224.

HSL color Cylindrical-coordinate representation of color #90AD93: hue angle of 126.21º degrees, saturation: 0.15, 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 #90AD93 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB144173147-
CMYK0.1700.150.32
HSL126.21º15.03%62.16%-
HSV(B)126.21º16.76%67.84%-
XYZ31.7137.9233.25-
YUV161.36119.89115.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=31.03%
G=37.28%
B=31.68%

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
Decimal1441731470.1700.150.32126.2115.0362.16
Hex90AD93110F207ef3e
Octal22025522321017401761776
Binary100100001010110110010011100010111110000011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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