#8ED19A

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

Shades of Chinook #8ED19A

Tints of Chinook #8ED19A

Color information

#8ED19A (or 0x8ED19A) is unknown color: approx Chinook. HEX triplet: 8E, D1 and 9A. RGB value is (142,209,154). Sum of RGB (Red+Green+Blue) = 142+209+154=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED19A is #712E65. Grayscale: #B6B6B6. Windows color (decimal): -7417446 or 10146190. OLE color: 10146190.

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

Color convert

RGB142209154-
CMYK0.3200.260.18
HSL130.75º42.14%68.82%-
HSV(B)130.75º32.06%81.96%-
XYZ39.7953.6838.84-
YUV182.7111.898.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.12%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=28.12%
G=41.39%
B=30.50%

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
Decimal1422091540.3200.260.18130.7542.1468.82
Hex8ED19A2001A12832a45
Octal216321232400322220352105
Binary10001110110100011001101010000001101010010100000111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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