Html Css Color HEX #8EDF9D Chinook

📋 copy color: '#8EDF9D'

red 142 ◦ green 223 ◦ blue 157

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

Shades of Chinook #8EDF9D

Tints of Chinook #8EDF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

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

R = 27.2%
G = 42.72%
B = 30.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#8EDF9D (or 0x8EDF9D) is known color: Chinook. HEX triplet: 8E, DF and 9D. RGB value is (142,223,157). Sum of RGB (Red+Green+Blue) = 142+223+157=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDF9D is #712062. Grayscale: #BFBFBF. Windows color (decimal): -7413859 or 10346382. OLE color: 10346382.

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

Color convert

RGB 142 223 157 -
CMYK 0.36 0 0.30 0.13
HSL 131.11º 0.56% 0.72% -
HSV(B) 131.11º 0.36% 0.87% -
XYZ 43.63 60.96 41.37 -
YUV 191.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 142 223 157 0.36 0 0.30 0.13 131.11 0.56 0.72
Hex 8E DF 9D 24 0 1E D 83 38 48
Octal 216 337 235 44 0 36 15 203 70 110
Binary 10001110 11011111 10011101 100100 0 11110 1101 10000011 111000 1001000

Color Harmonies of #8EDF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF9D

Black with #8EDF9D

Text Example


Text Example

White with #8EDF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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