#8DD99D

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

Shades of Chinook #8DD99D

Tints of Chinook #8DD99D

Color information

#8DD99D (or 0x8DD99D) is unknown color: approx Chinook. HEX triplet: 8D, D9 and 9D. RGB value is (141,217,157). Sum of RGB (Red+Green+Blue) = 141+217+157=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD99D is #722662. Grayscale: #BBBBBB. Windows color (decimal): -7480931 or 10344845. OLE color: 10344845.

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

Color convert

RGB141217157-
CMYK0.3500.280.15
HSL132.63º50%70.2%-
HSV(B)132.63º35.02%85.1%-
XYZ41.8857.7240.83-
YUV187.44110.8294.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=27.38%
G=42.14%
B=30.49%

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
Decimal1412171570.3500.280.15132.635070.2
Hex8DD99D2301CF853246
Octal215331235430341720562106
Binary1000110111011001100111011000110111001111100001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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