#8ED99D

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

Shades of Chinook #8ED99D

Tints of Chinook #8ED99D

Color information

#8ED99D (or 0x8ED99D) is unknown color: approx Chinook. HEX triplet: 8E, D9 and 9D. RGB value is (142,217,157). Sum of RGB (Red+Green+Blue) = 142+217+157=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED99D is #712662. Grayscale: #BBBBBB. Windows color (decimal): -7415395 or 10344846. OLE color: 10344846.

HSL color Cylindrical-coordinate representation of color #8ED99D: hue angle of 132º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED99D is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB142217157-
CMYK0.3500.280.15
HSL132º49.67%70.39%-
HSV(B)132º34.56%85.1%-
XYZ42.0557.8140.84-
YUV187.74110.6595.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=27.52%
G=42.05%
B=30.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171570.3500.280.1513249.6770.39
Hex8ED99D2301CF843246
Octal216331235430341720462106
Binary1000111011011001100111011000110111001111100001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,157); }

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

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

 a { background-color: rgb(142,217,157); }

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

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

 span { border-color: rgb(142,217,157); }

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