#8DD69C

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

Shades of Chinook #8DD69C

Tints of Chinook #8DD69C

Color information

#8DD69C (or 0x8DD69C) is unknown color: approx Chinook. HEX triplet: 8D, D6 and 9C. RGB value is (141,214,156). Sum of RGB (Red+Green+Blue) = 141+214+156=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD69C is #722963. Grayscale: #B9B9B9. Windows color (decimal): -7481700 or 10278541. OLE color: 10278541.

HSL color Cylindrical-coordinate representation of color #8DD69C: hue angle of 132.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD69C is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB141214156-
CMYK0.3400.270.16
HSL132.33º47.1%69.61%-
HSV(B)132.33º34.11%83.92%-
XYZ41.0356.1640.13-
YUV185.56111.3296.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=27.59%
G=41.88%
B=30.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141560.3400.270.16132.3347.169.61
Hex8DD69C2201B10842f46
Octal215326234420332020457106
Binary10001101110101101001110010001001101110000100001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,156); }

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

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

 a { background-color: rgb(141,214,156); }

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

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

 span { border-color: rgb(141,214,156); }

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