#8ED699

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

Shades of Chinook #8ED699

Tints of Chinook #8ED699

Color information

#8ED699 (or 0x8ED699) is unknown color: approx Chinook. HEX triplet: 8E, D6 and 99. RGB value is (142,214,153). Sum of RGB (Red+Green+Blue) = 142+214+153=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED699 is #712966. Grayscale: #B9B9B9. Windows color (decimal): -7416167 or 10081934. OLE color: 10081934.

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

Color convert

RGB142214153-
CMYK0.3400.290.16
HSL129.17º46.75%69.8%-
HSV(B)129.17º33.64%83.92%-
XYZ40.9556.1438.82-
YUV185.52109.6596.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=27.90%
G=42.04%
B=30.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422141530.3400.290.16129.1746.7569.8
Hex8ED6992201D10812f46
Octal216326231420352020157106
Binary10001110110101101001100110001001110110000100000011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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