Html Css Color HEX #8DA094 Edward

📋 copy color: '#8DA094'

red 141 ◦ green 160 ◦ blue 148

#8DA094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #8DA094

Tints of Edward #8DA094

RGB

 RED value IS 141 (55.47% from 255) = 31.4%

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 31.4%
G = 35.63%
B = 32.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#8DA094 (or 0x8DA094) is known color: Edward. HEX triplet: 8D, A0 and 94. RGB value is (141,160,148). Sum of RGB (Red+Green+Blue) = 141+160+148=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA094 is #725F6B. Grayscale: #989898. Windows color (decimal): -7495532 or 9740429. OLE color: 9740429.

HSL color Cylindrical-coordinate representation of color #8DA094: hue angle of 142.11º 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 #8DA094 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 160 148 -
CMYK 0.12 0 0.07 0.37
HSL 142.11º 0.09% 0.59% -
HSV(B) 142.11º 0.12% 0.63% -
XYZ 28.9 32.94 32.85 -
YUV 152.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 141 160 148 0.12 0 0.07 0.37 142.11 0.09 0.59
Hex 8D A0 94 C 0 7 25 8E 9 3B
Octal 215 240 224 14 0 7 45 216 11 73
Binary 10001101 10100000 10010100 1100 0 111 100101 10001110 1001 111011

Color Harmonies of #8DA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA094

Black with #8DA094

Text Example


Text Example

White with #8DA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DA094;
 }
 .AnyTagClassName
 {
   color: #8DA094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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