#8DD49C

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

Shades of Chinook #8DD49C

Tints of Chinook #8DD49C

Color information

#8DD49C (or 0x8DD49C) is unknown color: approx Chinook. HEX triplet: 8D, D4 and 9C. RGB value is (141,212,156). Sum of RGB (Red+Green+Blue) = 141+212+156=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD49C is #722B63. Grayscale: #B8B8B8. Windows color (decimal): -7482212 or 10278029. OLE color: 10278029.

HSL color Cylindrical-coordinate representation of color #8DD49C: hue angle of 132.68º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD49C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB141212156-
CMYK0.3300.260.17
HSL132.68º45.22%69.22%-
HSV(B)132.68º33.49%83.14%-
XYZ40.5355.1539.96-
YUV184.39111.9897.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=27.70%
G=41.65%
B=30.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121560.3300.260.17132.6845.2269.22
Hex8DD49C2101A11852d45
Octal215324234410322120555105
Binary10001101110101001001110010000101101010001100001011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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