Html Css Color HEX #8ED7A4 Chinook

📋 copy color: '#8ED7A4'

red 142 ◦ green 215 ◦ blue 164

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

Shades of Chinook #8ED7A4

Tints of Chinook #8ED7A4

RGB

 RED value IS 142 (55.86% from 255) = 27.26%

 GREEN value IS 215 (84.38% from 255) = 41.27%

 BLUE value IS 164 (64.45% from 255) = 31.48%

R = 27.26%
G = 41.27%
B = 31.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#8ED7A4 (or 0x8ED7A4) is known color: Chinook. HEX triplet: 8E, D7 and A4. RGB value is (142,215,164). Sum of RGB (Red+Green+Blue) = 142+215+164=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED7A4 is #71285B. Grayscale: #BBBBBB. Windows color (decimal): -7415900 or 10803086. OLE color: 10803086.

HSL color Cylindrical-coordinate representation of color #8ED7A4: hue angle of 138.08º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED7A4 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 215 164 -
CMYK 0.34 0 0.24 0.16
HSL 138.08º 0.48% 0.7% -
HSV(B) 138.08º 0.34% 0.84% -
XYZ 42.16 57.03 43.91 -
YUV 187.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 142 215 164 0.34 0 0.24 0.16 138.08 0.48 0.7
Hex 8E D7 A4 22 0 18 10 8A 30 46
Octal 216 327 244 42 0 30 20 212 60 106
Binary 10001110 11010111 10100100 100010 0 11000 10000 10001010 110000 1000110

Color Harmonies of #8ED7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED7A4

Black with #8ED7A4

Text Example


Text Example

White with #8ED7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,215,164); }

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

background-color css

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

 a { background-color: rgb(142,215,164); }

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

border-color css

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

 span { border-color: rgb(142,215,164); }

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