Html Css Color HEX #8DA296 Edward

📋 copy color: '#8DA296'

red 141 ◦ green 162 ◦ blue 150

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

Shades of Edward #8DA296

Tints of Edward #8DA296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 31.13%
G = 35.76%
B = 33.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#8DA296 (or 0x8DA296) is known color: Edward. HEX triplet: 8D, A2 and 96. RGB value is (141,162,150). Sum of RGB (Red+Green+Blue) = 141+162+150=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA296 is #725D69. Grayscale: #9A9A9A. Windows color (decimal): -7495018 or 9872013. OLE color: 9872013.

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

Color convert

RGB 141 162 150 -
CMYK 0.13 0 0.07 0.36
HSL 145.71º 0.1% 0.59% -
HSV(B) 145.71º 0.13% 0.64% -
XYZ 29.41 33.71 33.81 -
YUV 154.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 141 162 150 0.13 0 0.07 0.36 145.71 0.1 0.59
Hex 8D A2 96 D 0 7 24 92 A 3B
Octal 215 242 226 15 0 7 44 222 12 73
Binary 10001101 10100010 10010110 1101 0 111 100100 10010010 1010 111011

Color Harmonies of #8DA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA296

Black with #8DA296

Text Example


Text Example

White with #8DA296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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