#8ED59A

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

Shades of Chinook #8ED59A

Tints of Chinook #8ED59A

Color information

#8ED59A (or 0x8ED59A) is unknown color: approx Chinook. HEX triplet: 8E, D5 and 9A. RGB value is (142,213,154). Sum of RGB (Red+Green+Blue) = 142+213+154=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED59A is #712A65. Grayscale: #B9B9B9. Windows color (decimal): -7416422 or 10147214. OLE color: 10147214.

HSL color Cylindrical-coordinate representation of color #8ED59A: hue angle of 130.14º 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 #8ED59A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB142213154-
CMYK0.3300.280.16
HSL130.14º45.81%69.61%-
HSV(B)130.14º33.33%83.53%-
XYZ40.7855.6739.17-
YUV185.04110.4897.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=27.90%
G=41.85%
B=30.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422131540.3300.280.16130.1445.8169.61
Hex8ED59A2101C10822e46
Octal216325232410342020256106
Binary10001110110101011001101010000101110010000100000101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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