#8DE7A2

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

Shades of Chinook #8DE7A2

Tints of Chinook #8DE7A2

Color information

#8DE7A2 (or 0x8DE7A2) is unknown color: approx Chinook. HEX triplet: 8D, E7 and A2. RGB value is (141,231,162). Sum of RGB (Red+Green+Blue) = 141+231+162=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #8DE7A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DE7A2 is #72185D. Grayscale: #C4C4C4. Windows color (decimal): -7477342 or 10676109. OLE color: 10676109.

HSL color Cylindrical-coordinate representation of color #8DE7A2: hue angle of 134º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE7A2 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB141231162-
CMYK0.3900.300.09
HSL134º65.22%72.94%-
HSV(B)134º38.96%90.59%-
XYZ46.0865.4244.38-
YUV196.22108.6888.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 162 (63.67% from 255) = 30.34%
R=26.40%
G=43.26%
B=30.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412311620.3900.300.0913465.2272.94
Hex8DE7A22701E9864149
Octal2153472424703611206101111
Binary10001101111001111010001010011101111010011000011010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,231,162); }

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

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

 a { background-color: rgb(141,231,162); }

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

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

 span { border-color: rgb(141,231,162); }

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