#8CD2A0

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

Shades of Chinook #8CD2A0

Tints of Chinook #8CD2A0

Color information

#8CD2A0 (or 0x8CD2A0) is unknown color: approx Chinook. HEX triplet: 8C, D2 and A0. RGB value is (140,210,160). Sum of RGB (Red+Green+Blue) = 140+210+160=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD2A0 is #732D5F. Grayscale: #B7B7B7. Windows color (decimal): -7548256 or 10539660. OLE color: 10539660.

HSL color Cylindrical-coordinate representation of color #8CD2A0: hue angle of 137.14º degrees, saturation: 0.44, 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 #8CD2A0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB140210160-
CMYK0.3300.240.18
HSL137.14º43.75%68.63%-
HSV(B)137.14º33.33%82.35%-
XYZ40.2154.2141.6-
YUV183.37114.8197.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=27.45%
G=41.18%
B=31.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101600.3300.240.18137.1443.7568.63
Hex8CD2A02101812892c45
Octal214322240410302221154105
Binary10001100110100101010000010000101100010010100010011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,160); }

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

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

 a { background-color: rgb(140,210,160); }

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

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

 span { border-color: rgb(140,210,160); }

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