#9EA78E

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

Shades of Delta #9EA78E

Tints of Delta #9EA78E

Color information

#9EA78E (or 0x9EA78E) is unknown color: approx Delta. HEX triplet: 9E, A7 and 8E. RGB value is (158,167,142). Sum of RGB (Red+Green+Blue) = 158+167+142=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA78E is #615871. Grayscale: #A1A1A1. Windows color (decimal): -6379634 or 9349022. OLE color: 9349022.

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

Color convert

RGB158167142-
CMYK0.0500.150.35
HSL81.6º12.44%60.59%-
HSV(B)81.6º14.97%65.49%-
XYZ32.836.8630.98-
YUV161.46117.02125.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=33.83%
G=35.76%
B=30.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581671420.0500.150.3581.612.4460.59
Hex9EA78E50F2352c3d
Octal2362472165017431221475
Binary1001111010100111100011101010111110001110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,142); }

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

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

 a { background-color: rgb(158,167,142); }

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

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

 span { border-color: rgb(158,167,142); }

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