Html Css Color HEX #8EDFA4 Chinook

📋 copy color: '#8EDFA4'

red 142 ◦ green 223 ◦ blue 164

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

Shades of Chinook #8EDFA4

Tints of Chinook #8EDFA4

RGB

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

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

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

R = 26.84%
G = 42.16%
B = 31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#8EDFA4 (or 0x8EDFA4) is known color: Chinook. HEX triplet: 8E, DF and A4. RGB value is (142,223,164). Sum of RGB (Red+Green+Blue) = 142+223+164=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFA4 is #71205B. Grayscale: #C0C0C0. Windows color (decimal): -7413852 or 10805134. OLE color: 10805134.

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

Color convert

RGB 142 223 164 -
CMYK 0.36 0 0.26 0.13
HSL 136.3º 0.56% 0.72% -
HSV(B) 136.3º 0.36% 0.87% -
XYZ 44.24 61.21 44.6 -
YUV 192.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 142 223 164 0.36 0 0.26 0.13 136.3 0.56 0.72
Hex 8E DF A4 24 0 1A D 88 38 48
Octal 216 337 244 44 0 32 15 210 70 110
Binary 10001110 11011111 10100100 100100 0 11010 1101 10001000 111000 1001000

Color Harmonies of #8EDFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFA4

Black with #8EDFA4

Text Example


Text Example

White with #8EDFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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