#8DD99C

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

Shades of Chinook #8DD99C

Tints of Chinook #8DD99C

Color information

#8DD99C (or 0x8DD99C) is unknown color: approx Chinook. HEX triplet: 8D, D9 and 9C. RGB value is (141,217,156). Sum of RGB (Red+Green+Blue) = 141+217+156=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD99C is #722663. Grayscale: #BBBBBB. Windows color (decimal): -7480932 or 10279309. OLE color: 10279309.

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

Color convert

RGB141217156-
CMYK0.3500.280.15
HSL131.84º50%70.2%-
HSV(B)131.84º35.02%85.1%-
XYZ41.857.6940.38-
YUV187.32110.3294.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.43%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=27.43%
G=42.22%
B=30.35%

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
Decimal1412171560.3500.280.15131.845070.2
Hex8DD99C2301CF843246
Octal215331234430341720462106
Binary1000110111011001100111001000110111001111100001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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