#8DDCA0

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

Shades of Chinook #8DDCA0

Tints of Chinook #8DDCA0

Color information

#8DDCA0 (or 0x8DDCA0) is unknown color: approx Chinook. HEX triplet: 8D, DC and A0. RGB value is (141,220,160). Sum of RGB (Red+Green+Blue) = 141+220+160=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCA0 is #72235F. Grayscale: #BDBDBD. Windows color (decimal): -7480160 or 10542221. OLE color: 10542221.

HSL color Cylindrical-coordinate representation of color #8DDCA0: hue angle of 134.43º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCA0 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB141220160-
CMYK0.3600.270.14
HSL134.43º53.02%70.78%-
HSV(B)134.43º35.91%86.27%-
XYZ42.9259.3942.46-
YUV189.54111.3393.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=27.06%
G=42.23%
B=30.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201600.3600.270.14134.4353.0270.78
Hex8DDCA02401BE863547
Octal215334240440331620665107
Binary1000110111011100101000001001000110111110100001101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,160); }

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

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

 a { background-color: rgb(141,220,160); }

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

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

 span { border-color: rgb(141,220,160); }

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