#8DA496

Color #8DA496 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #8DA496

Tints of Edward #8DA496

Color information

#8DA496 (or 0x8DA496) is unknown color: approx Edward. HEX triplet: 8D, A4 and 96. RGB value is (141,164,150). Sum of RGB (Red+Green+Blue) = 141+164+150=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA496 is #725B69. Grayscale: #9B9B9B. Windows color (decimal): -7494506 or 9872525. OLE color: 9872525.

HSL color Cylindrical-coordinate representation of color #8DA496: hue angle of 143.48º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8DA496 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB141164150-
CMYK0.1400.090.36
HSL143.48º11.22%59.8%-
HSV(B)143.48º14.02%64.31%-
XYZ29.7634.4233.93-
YUV155.53124.88117.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=30.99%
G=36.04%
B=32.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641500.1400.090.36143.4811.2259.8
Hex8DA496E09248fb3c
Octal21524422616011442171374
Binary100011011010010010010110111001001100100100011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA496; }

 p { color: rgb(141,164,150); }

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

<style>
 a { background-color: #8DA496; }

 a { background-color: rgb(141,164,150); }

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

<style>
 span { border-color: #8DA496; }

 span { border-color: rgb(141,164,150); }

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