#8ED99C

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

Shades of Chinook #8ED99C

Tints of Chinook #8ED99C

Color information

#8ED99C (or 0x8ED99C) is unknown color: approx Chinook. HEX triplet: 8E, D9 and 9C. RGB value is (142,217,156). Sum of RGB (Red+Green+Blue) = 142+217+156=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED99C is #712663. Grayscale: #BBBBBB. Windows color (decimal): -7415396 or 10279310. OLE color: 10279310.

HSL color Cylindrical-coordinate representation of color #8ED99C: hue angle of 131.2º 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 #8ED99C is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB142217156-
CMYK0.3500.280.15
HSL131.2º49.67%70.39%-
HSV(B)131.2º34.56%85.1%-
XYZ41.9757.7840.39-
YUV187.62110.1595.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=27.57%
G=42.14%
B=30.29%

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
Decimal1422171560.3500.280.15131.249.6770.39
Hex8ED99C2301CF833246
Octal216331234430341720362106
Binary1000111011011001100111001000110111001111100000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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