#8DD4A0

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

Shades of Chinook #8DD4A0

Tints of Chinook #8DD4A0

Color information

#8DD4A0 (or 0x8DD4A0) is unknown color: approx Chinook. HEX triplet: 8D, D4 and A0. RGB value is (141,212,160). Sum of RGB (Red+Green+Blue) = 141+212+160=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD4A0 is #722B5F. Grayscale: #B8B8B8. Windows color (decimal): -7482208 or 10540173. OLE color: 10540173.

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

Color convert

RGB141212160-
CMYK0.3300.250.17
HSL136.06º45.22%69.22%-
HSV(B)136.06º33.49%83.14%-
XYZ40.8755.2941.78-
YUV184.84113.9896.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=27.49%
G=41.33%
B=31.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121600.3300.250.17136.0645.2269.22
Hex8DD4A02101911882d45
Octal215324240410312121055105
Binary10001101110101001010000010000101100110001100010001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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