Html Css Color HEX #8DA294 Edward

📋 copy color: '#8DA294'

red 141 ◦ green 162 ◦ blue 148

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

Shades of Edward #8DA294

Tints of Edward #8DA294

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.2% from 255) = 32.82%

R = 31.26%
G = 35.92%
B = 32.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#8DA294 (or 0x8DA294) is known color: 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

RGB 141 162 148 -
CMYK 0.13 0 0.09 0.36
HSL 140º 0.1% 0.59% -
HSV(B) 140º 0.13% 0.64% -
XYZ 29.25 33.64 32.97 -
YUV 154.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 141 162 148 0.13 0 0.09 0.36 140 0.1 0.59
Hex 8D A2 94 D 0 9 24 8C A 3B
Octal 215 242 224 15 0 11 44 214 12 73
Binary 10001101 10100010 10010100 1101 0 1001 100100 10001100 1010 111011

Color Harmonies of #8DA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA294

Black with #8DA294

Text Example


Text Example

White with #8DA294

Text Example


Text Example

HTML Codes & Css Web 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>