#8DE6A7

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

Shades of Chinook #8DE6A7

Tints of Chinook #8DE6A7

Color information

#8DE6A7 (or 0x8DE6A7) is unknown color: approx Chinook. HEX triplet: 8D, E6 and A7. RGB value is (141,230,167). Sum of RGB (Red+Green+Blue) = 141+230+167=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE6A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DE6A7 is #721958. Grayscale: #C4C4C4. Windows color (decimal): -7477593 or 11003533. OLE color: 11003533.

HSL color Cylindrical-coordinate representation of color #8DE6A7: hue angle of 137.53º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE6A7 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB141230167-
CMYK0.3900.270.10
HSL137.53º64.03%72.75%-
HSV(B)137.53º38.7%90.2%-
XYZ46.2665.0546.68-
YUV196.21111.5188.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 230 (90.23% from 255) = 42.75%
BLUE value IS 167 (65.62% from 255) = 31.04%
R=26.21%
G=42.75%
B=31.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1412301670.3900.270.10137.5364.0372.75
Hex8DE6A72701BA8a4049
Octal2153462474703312212100111
Binary10001101111001101010011110011101101110101000101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,230,167); }

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

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

 a { background-color: rgb(141,230,167); }

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

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

 span { border-color: rgb(141,230,167); }

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