#8ED59E

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

Shades of Chinook #8ED59E

Tints of Chinook #8ED59E

Color information

#8ED59E (or 0x8ED59E) is unknown color: approx Chinook. HEX triplet: 8E, D5 and 9E. RGB value is (142,213,158). Sum of RGB (Red+Green+Blue) = 142+213+158=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED59E is #712A61. Grayscale: #B9B9B9. Windows color (decimal): -7416418 or 10409358. OLE color: 10409358.

HSL color Cylindrical-coordinate representation of color #8ED59E: hue angle of 133.52º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED59E is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB142213158-
CMYK0.3300.260.16
HSL133.52º45.81%69.61%-
HSV(B)133.52º33.33%83.53%-
XYZ41.1255.8140.95-
YUV185.5112.4896.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.68%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=27.68%
G=41.52%
B=30.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422131580.3300.260.16133.5245.8169.61
Hex8ED59E2101A10862e46
Octal216325236410322020656106
Binary10001110110101011001111010000101101010000100001101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,213,158); }

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

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

 a { background-color: rgb(142,213,158); }

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

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

 span { border-color: rgb(142,213,158); }

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