#8ED998

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

Shades of Chinook #8ED998

Tints of Chinook #8ED998

Color information

#8ED998 (or 0x8ED998) is unknown color: approx Chinook. HEX triplet: 8E, D9 and 98. RGB value is (142,217,152). Sum of RGB (Red+Green+Blue) = 142+217+152=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED998 is #712667. Grayscale: #BBBBBB. Windows color (decimal): -7415400 or 10017166. OLE color: 10017166.

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

Color convert

RGB142217152-
CMYK0.3500.300.15
HSL128º49.67%70.39%-
HSV(B)128º34.56%85.1%-
XYZ41.6457.6438.64-
YUV187.16108.1595.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=27.79%
G=42.47%
B=29.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171520.3500.300.1512849.6770.39
Hex8ED9982301EF803246
Octal216331230430361720062106
Binary1000111011011001100110001000110111101111100000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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