#8ED19B

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

Shades of Chinook #8ED19B

Tints of Chinook #8ED19B

Color information

#8ED19B (or 0x8ED19B) is unknown color: approx Chinook. HEX triplet: 8E, D1 and 9B. RGB value is (142,209,155). Sum of RGB (Red+Green+Blue) = 142+209+155=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED19B is #712E64. Grayscale: #B6B6B6. Windows color (decimal): -7417445 or 10211726. OLE color: 10211726.

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

Color convert

RGB142209155-
CMYK0.3200.260.18
HSL131.64º42.14%68.82%-
HSV(B)131.64º32.06%81.96%-
XYZ39.8753.7239.28-
YUV182.81112.398.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=28.06%
G=41.30%
B=30.63%

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
Decimal1422091550.3200.260.18131.6442.1468.82
Hex8ED19B2001A12842a45
Octal216321233400322220452105
Binary10001110110100011001101110000001101010010100001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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