Html Css Color HEX #8ED09C Chinook

📋 copy color: '#8ED09C'

red 142 ◦ green 208 ◦ blue 156

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

Shades of Chinook #8ED09C

Tints of Chinook #8ED09C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 28.06%
G = 41.11%
B = 30.83%

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

#8ED09C (or 0x8ED09C) is known color: Chinook. HEX triplet: 8E, D0 and 9C. RGB value is (142,208,156). Sum of RGB (Red+Green+Blue) = 142+208+156=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED09C is #712F63. Grayscale: #B6B6B6. Windows color (decimal): -7417700 or 10277006. OLE color: 10277006.

HSL color Cylindrical-coordinate representation of color #8ED09C: hue angle of 132.73º degrees, saturation: 0.41, 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 #8ED09C is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 156 -
CMYK 0.32 0 0.25 0.18
HSL 132.73º 0.41% 0.69% -
HSV(B) 132.73º 0.32% 0.82% -
XYZ 39.71 53.26 39.64 -
YUV 182.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 142 208 156 0.32 0 0.25 0.18 132.73 0.41 0.69
Hex 8E D0 9C 20 0 19 12 85 29 45
Octal 216 320 234 40 0 31 22 205 51 105
Binary 10001110 11010000 10011100 100000 0 11001 10010 10000101 101001 1000101

Color Harmonies of #8ED09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED09C

Black with #8ED09C

Text Example


Text Example

White with #8ED09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,208,156); }

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

background-color css

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

 a { background-color: rgb(142,208,156); }

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

border-color css

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

 span { border-color: rgb(142,208,156); }

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