#9EA88A

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

Shades of Delta #9EA88A

Tints of Delta #9EA88A

Color information

#9EA88A (or 0x9EA88A) is unknown color: approx Delta. HEX triplet: 9E, A8 and 8A. RGB value is (158,168,138). Sum of RGB (Red+Green+Blue) = 158+168+138=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA88A is #615775. Grayscale: #A1A1A1. Windows color (decimal): -6379382 or 9087134. OLE color: 9087134.

HSL color Cylindrical-coordinate representation of color #9EA88A: hue angle of 80º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EA88A is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB158168138-
CMYK0.0600.180.34
HSL80º14.71%60%-
HSV(B)80º17.86%65.88%-
XYZ32.6937.1129.48-
YUV161.59114.69125.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=34.05%
G=36.21%
B=29.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581681380.0600.180.348014.7160
Hex9EA88A60122250f3c
Octal2362502126022421201774
Binary10011110101010001000101011001001010001010100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,138); }

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

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

 a { background-color: rgb(158,168,138); }

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

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

 span { border-color: rgb(158,168,138); }

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