#8DD69E

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

Shades of Chinook #8DD69E

Tints of Chinook #8DD69E

Color information

#8DD69E (or 0x8DD69E) is unknown color: approx Chinook. HEX triplet: 8D, D6 and 9E. RGB value is (141,214,158). Sum of RGB (Red+Green+Blue) = 141+214+158=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD69E is #722961. Grayscale: #B9B9B9. Windows color (decimal): -7481698 or 10409613. OLE color: 10409613.

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

Color convert

RGB141214158-
CMYK0.3400.260.16
HSL133.97º47.1%69.61%-
HSV(B)133.97º34.11%83.92%-
XYZ41.256.2241.03-
YUV185.79112.3296.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=27.49%
G=41.72%
B=30.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141580.3400.260.16133.9747.169.61
Hex8DD69E2201A10862f46
Octal215326236420322020657106
Binary10001101110101101001111010001001101010000100001101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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