#8DD2A4

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

Shades of Chinook #8DD2A4

Tints of Chinook #8DD2A4

Color information

#8DD2A4 (or 0x8DD2A4) is unknown color: approx Chinook. HEX triplet: 8D, D2 and A4. RGB value is (141,210,164). Sum of RGB (Red+Green+Blue) = 141+210+164=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD2A4 is #722D5B. Grayscale: #B8B8B8. Windows color (decimal): -7482716 or 10801805. OLE color: 10801805.

HSL color Cylindrical-coordinate representation of color #8DD2A4: hue angle of 140º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD2A4 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB141210164-
CMYK0.3300.220.18
HSL140º43.4%68.82%-
HSV(B)140º32.86%82.35%-
XYZ40.7354.4443.48-
YUV184.12116.6497.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=27.38%
G=40.78%
B=31.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101640.3300.220.1814043.468.82
Hex8DD2A421016128c2b45
Octal215322244410262221453105
Binary10001101110100101010010010000101011010010100011001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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