#8DD69D

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

Shades of Chinook #8DD69D

Tints of Chinook #8DD69D

Color information

#8DD69D (or 0x8DD69D) is unknown color: approx Chinook. HEX triplet: 8D, D6 and 9D. RGB value is (141,214,157). Sum of RGB (Red+Green+Blue) = 141+214+157=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD69D is #722962. Grayscale: #B9B9B9. Windows color (decimal): -7481699 or 10344077. OLE color: 10344077.

HSL color Cylindrical-coordinate representation of color #8DD69D: hue angle of 133.15º 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 #8DD69D is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB141214157-
CMYK0.3400.270.16
HSL133.15º47.1%69.61%-
HSV(B)133.15º34.11%83.92%-
XYZ41.1256.1940.58-
YUV185.68111.8296.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=27.54%
G=41.80%
B=30.66%

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
Decimal1412141570.3400.270.16133.1547.169.61
Hex8DD69D2201B10852f46
Octal215326235420332020557106
Binary10001101110101101001110110001001101110000100001011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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