#8ED69A

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

Shades of Chinook #8ED69A

Tints of Chinook #8ED69A

Color information

#8ED69A (or 0x8ED69A) is unknown color: approx Chinook. HEX triplet: 8E, D6 and 9A. RGB value is (142,214,154). Sum of RGB (Red+Green+Blue) = 142+214+154=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED69A is #712965. Grayscale: #B9B9B9. Windows color (decimal): -7416166 or 10147470. OLE color: 10147470.

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

Color convert

RGB142214154-
CMYK0.3400.280.16
HSL130º46.75%69.8%-
HSV(B)130º33.64%83.92%-
XYZ41.0356.1839.25-
YUV185.63110.1596.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=27.84%
G=41.96%
B=30.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422141540.3400.280.1613046.7569.8
Hex8ED69A2201C10822f46
Octal216326232420342020257106
Binary10001110110101101001101010001001110010000100000101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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