Html Css Color HEX #8DA196 Edward

📋 copy color: '#8DA196'

red 141 ◦ green 161 ◦ blue 150

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

Shades of Edward #8DA196

Tints of Edward #8DA196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 31.19%
G = 35.62%
B = 33.19%

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

#8DA196 (or 0x8DA196) is known color: Edward. HEX triplet: 8D, A1 and 96. RGB value is (141,161,150). Sum of RGB (Red+Green+Blue) = 141+161+150=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA196 is #725E69. Grayscale: #999999. Windows color (decimal): -7495274 or 9871757. OLE color: 9871757.

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

Color convert

RGB 141 161 150 -
CMYK 0.12 0 0.07 0.37
HSL 147º 0.1% 0.59% -
HSV(B) 147º 0.12% 0.63% -
XYZ 29.23 33.35 33.75 -
YUV 153.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 141 161 150 0.12 0 0.07 0.37 147 0.1 0.59
Hex 8D A1 96 C 0 7 25 93 A 3B
Octal 215 241 226 14 0 7 45 223 12 73
Binary 10001101 10100001 10010110 1100 0 111 100101 10010011 1010 111011

Color Harmonies of #8DA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA196

Black with #8DA196

Text Example


Text Example

White with #8DA196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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