#9EA590

Color #9EA590 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9EA590

Tints of Delta #9EA590

Color information

#9EA590 (or 0x9EA590) is unknown color: approx Delta. HEX triplet: 9E, A5 and 90. RGB value is (158,165,144). Sum of RGB (Red+Green+Blue) = 158+165+144=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA590 is #615A6F. Grayscale: #A0A0A0. Windows color (decimal): -6380144 or 9479582. OLE color: 9479582.

HSL color Cylindrical-coordinate representation of color #9EA590: hue angle of 80º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EA590 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB158165144-
CMYK0.0400.130.35
HSL80º10.45%60.59%-
HSV(B)80º12.73%64.71%-
XYZ32.5936.1931.65-
YUV160.51118.68126.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=33.83%
G=35.33%
B=30.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651440.0400.130.358010.4560.59
Hex9EA59040D2350a3d
Octal2362452204015431201275
Binary1001111010100101100100001000110110001110100001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA590; }

 p { color: rgb(158,165,144); }

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

<style>
 a { background-color: #9EA590; }

 a { background-color: rgb(158,165,144); }

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

<style>
 span { border-color: #9EA590; }

 span { border-color: rgb(158,165,144); }

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