#8DA294

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

Shades of Edward #8DA294

Tints of Edward #8DA294

Color information

#8DA294 (or 0x8DA294) is unknown color: approx Edward. HEX triplet: 8D, A2 and 94. RGB value is (141,162,148). Sum of RGB (Red+Green+Blue) = 141+162+148=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA294 is #725D6B. Grayscale: #9A9A9A. Windows color (decimal): -7495020 or 9740941. OLE color: 9740941.

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

Color convert

RGB141162148-
CMYK0.1300.090.36
HSL140º10.14%59.41%-
HSV(B)140º12.96%63.53%-
XYZ29.2533.6432.97-
YUV154.12124.54118.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=31.26%
G=35.92%
B=32.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621480.1300.090.3614010.1459.41
Hex8DA294D09248ca3b
Octal21524222415011442141273
Binary100011011010001010010100110101001100100100011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,148); }

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

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

 a { background-color: rgb(141,162,148); }

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

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

 span { border-color: rgb(141,162,148); }

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