#9EA291

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

Shades of Delta #9EA291

Tints of Delta #9EA291

Color information

#9EA291 (or 0x9EA291) is unknown color: approx Delta. HEX triplet: 9E, A2 and 91. RGB value is (158,162,145). Sum of RGB (Red+Green+Blue) = 158+162+145=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA291 is #615D6E. Grayscale: #9E9E9E. Windows color (decimal): -6380911 or 9544350. OLE color: 9544350.

HSL color Cylindrical-coordinate representation of color #9EA291: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA291 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB158162145-
CMYK0.0200.100.36
HSL74.12º8.37%60.2%-
HSV(B)74.12º10.49%63.53%-
XYZ32.1335.1531.88-
YUV158.87120.17127.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=33.98%
G=34.84%
B=31.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621450.0200.100.3674.128.3760.2
Hex9EA29120A244a83c
Octal2362422212012441121074
Binary100111101010001010010001100101010010010010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,162,145); }

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

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

 a { background-color: rgb(158,162,145); }

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

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

 span { border-color: rgb(158,162,145); }

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