Html Css Color HEX #8EDD9F Chinook

📋 copy color: '#8EDD9F'

red 142 ◦ green 221 ◦ blue 159

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

Shades of Chinook #8EDD9F

Tints of Chinook #8EDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

 BLUE value IS 159 (62.5% from 255) = 30.46%

R = 27.2%
G = 42.34%
B = 30.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#8EDD9F (or 0x8EDD9F) is known color: Chinook. HEX triplet: 8E, DD and 9F. RGB value is (142,221,159). Sum of RGB (Red+Green+Blue) = 142+221+159=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD9F is #712260. Grayscale: #BEBEBE. Windows color (decimal): -7414369 or 10476942. OLE color: 10476942.

HSL color Cylindrical-coordinate representation of color #8EDD9F: hue angle of 132.91º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDD9F is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 159 -
CMYK 0.36 0 0.28 0.13
HSL 132.91º 0.54% 0.71% -
HSV(B) 132.91º 0.36% 0.87% -
XYZ 43.27 59.97 42.1 -
YUV 190.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 142 221 159 0.36 0 0.28 0.13 132.91 0.54 0.71
Hex 8E DD 9F 24 0 1C D 85 36 47
Octal 216 335 237 44 0 34 15 205 66 107
Binary 10001110 11011101 10011111 100100 0 11100 1101 10000101 110110 1000111

Color Harmonies of #8EDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD9F

Black with #8EDD9F

Text Example


Text Example

White with #8EDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,159); }

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

background-color css

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

 a { background-color: rgb(142,221,159); }

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

border-color css

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

 span { border-color: rgb(142,221,159); }

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