#8ED29C

Color #8ED29C Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8ED29C

Tints of Chinook #8ED29C

Color information

#8ED29C (or 0x8ED29C) is unknown color: approx Chinook. HEX triplet: 8E, D2 and 9C. RGB value is (142,210,156). Sum of RGB (Red+Green+Blue) = 142+210+156=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED29C is #712D63. Grayscale: #B7B7B7. Windows color (decimal): -7417188 or 10277518. OLE color: 10277518.

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

Color convert

RGB142210156-
CMYK0.3200.260.18
HSL132.35º43.04%69.02%-
HSV(B)132.35º32.38%82.35%-
XYZ40.254.2439.8-
YUV183.51112.4798.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 210 (82.42% from 255) = 41.34%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=27.95%
G=41.34%
B=30.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101560.3200.260.18132.3543.0469.02
Hex8ED29C2001A12842b45
Octal216322234400322220453105
Binary10001110110100101001110010000001101010010100001001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ED29C;
 }
 .AnyTagClassName
 {
   color: #8ED29C;
 }
</style>
background-color css

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

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

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

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

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

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