#8ED39C

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

Shades of Chinook #8ED39C

Tints of Chinook #8ED39C

Color information

#8ED39C (or 0x8ED39C) is unknown color: approx Chinook. HEX triplet: 8E, D3 and 9C. RGB value is (142,211,156). Sum of RGB (Red+Green+Blue) = 142+211+156=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED39C is #712C63. Grayscale: #B8B8B8. Windows color (decimal): -7416932 or 10277774. OLE color: 10277774.

HSL color Cylindrical-coordinate representation of color #8ED39C: hue angle of 132.17º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED39C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB142211156-
CMYK0.3300.260.17
HSL132.17º43.95%69.22%-
HSV(B)132.17º32.7%82.75%-
XYZ40.4554.7439.89-
YUV184.1112.1497.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=27.90%
G=41.45%
B=30.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422111560.3300.260.17132.1743.9569.22
Hex8ED39C2101A11842c45
Octal216323234410322120454105
Binary10001110110100111001110010000101101010001100001001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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