#8DDCA4

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

Shades of Chinook #8DDCA4

Tints of Chinook #8DDCA4

Color information

#8DDCA4 (or 0x8DDCA4) is unknown color: approx Chinook. HEX triplet: 8D, DC and A4. RGB value is (141,220,164). Sum of RGB (Red+Green+Blue) = 141+220+164=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCA4 is #72235B. Grayscale: #BEBEBE. Windows color (decimal): -7480156 or 10804365. OLE color: 10804365.

HSL color Cylindrical-coordinate representation of color #8DDCA4: hue angle of 137.47º 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 #8DDCA4 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB141220164-
CMYK0.3600.250.14
HSL137.47º53.02%70.78%-
HSV(B)137.47º35.91%86.27%-
XYZ43.2859.5344.33-
YUV189.99113.3393.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=26.86%
G=41.90%
B=31.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201640.3600.250.14137.4753.0270.78
Hex8DDCA424019E893547
Octal215334244440311621165107
Binary1000110111011100101001001001000110011110100010011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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