Html Css Color HEX #8ED29D Chinook

📋 copy color: '#8ED29D'

red 142 ◦ green 210 ◦ blue 157

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

Shades of Chinook #8ED29D

Tints of Chinook #8ED29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.26%

 BLUE value IS 157 (61.72% from 255) = 30.84%

R = 27.9%
G = 41.26%
B = 30.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#8ED29D (or 0x8ED29D) is known color: Chinook. HEX triplet: 8E, D2 and 9D. RGB value is (142,210,157). Sum of RGB (Red+Green+Blue) = 142+210+157=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED29D is #712D62. Grayscale: #B7B7B7. Windows color (decimal): -7417187 or 10343054. OLE color: 10343054.

HSL color Cylindrical-coordinate representation of color #8ED29D: hue angle of 133.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED29D is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 157 -
CMYK 0.32 0 0.25 0.18
HSL 133.24º 0.43% 0.69% -
HSV(B) 133.24º 0.32% 0.82% -
XYZ 40.29 54.28 40.25 -
YUV 183.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 142 210 157 0.32 0 0.25 0.18 133.24 0.43 0.69
Hex 8E D2 9D 20 0 19 12 85 2B 45
Octal 216 322 235 40 0 31 22 205 53 105
Binary 10001110 11010010 10011101 100000 0 11001 10010 10000101 101011 1000101

Color Harmonies of #8ED29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED29D

Black with #8ED29D

Text Example


Text Example

White with #8ED29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,210,157); }

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

background-color css

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

 a { background-color: rgb(142,210,157); }

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

border-color css

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

 span { border-color: rgb(142,210,157); }

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