#8DA093

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

Shades of Edward #8DA093

Tints of Edward #8DA093

Color information

#8DA093 (or 0x8DA093) is unknown color: approx Edward. HEX triplet: 8D, A0 and 93. RGB value is (141,160,147). Sum of RGB (Red+Green+Blue) = 141+160+147=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA093 is #725F6C. Grayscale: #989898. Windows color (decimal): -7495533 or 9674893. OLE color: 9674893.

HSL color Cylindrical-coordinate representation of color #8DA093: hue angle of 138.95º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA093 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB141160147-
CMYK0.1200.080.37
HSL138.95º9.09%59.02%-
HSV(B)138.95º11.87%62.75%-
XYZ28.8232.9132.44-
YUV152.84124.71119.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=31.47%
G=35.71%
B=32.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411601470.1200.080.37138.959.0959.02
Hex8DA093C08258b93b
Octal21524022314010452131173
Binary100011011010000010010011110001000100101100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,147); }

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

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

 a { background-color: rgb(141,160,147); }

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

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

 span { border-color: rgb(141,160,147); }

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