#9EA39A

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

Shades of Delta #9EA39A

Tints of Delta #9EA39A

Color information

#9EA39A (or 0x9EA39A) is unknown color: approx Delta. HEX triplet: 9E, A3 and 9A. RGB value is (158,163,154). Sum of RGB (Red+Green+Blue) = 158+163+154=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA39A is #615C65. Grayscale: #A0A0A0. Windows color (decimal): -6380646 or 10134430. OLE color: 10134430.

HSL color Cylindrical-coordinate representation of color #9EA39A: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9EA39A is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB158163154-
CMYK0.0300.060.36
HSL93.33º4.66%62.16%-
HSV(B)93.33º5.52%63.92%-
XYZ33.0335.835.74-
YUV160.48124.34126.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=33.26%
G=34.32%
B=32.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581631540.0300.060.3693.334.6662.16
Hex9EA39A306245d53e
Octal23624323230644135576
Binary1001111010100011100110101101101001001011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,163,154); }

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

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

 a { background-color: rgb(158,163,154); }

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

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

 span { border-color: rgb(158,163,154); }

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