#9ED8A4

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

Shades of Chinook #9ED8A4

Tints of Chinook #9ED8A4

Color information

#9ED8A4 (or 0x9ED8A4) is unknown color: approx Chinook. HEX triplet: 9E, D8 and A4. RGB value is (158,216,164). Sum of RGB (Red+Green+Blue) = 158+216+164=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED8A4 is #61275B. Grayscale: #C0C0C0. Windows color (decimal): -6367068 or 10803358. OLE color: 10803358.

HSL color Cylindrical-coordinate representation of color #9ED8A4: hue angle of 126.21º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8A4 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB158216164-
CMYK0.2700.240.15
HSL126.21º42.65%73.33%-
HSV(B)126.21º26.85%84.71%-
XYZ45.3659.0644.13-
YUV192.73111.78103.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.37%
GREEN value IS 216 (84.77% from 255) = 40.15%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=29.37%
G=40.15%
B=30.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582161640.2700.240.15126.2142.6573.33
Hex9ED8A41B018F7e2b49
Octal236330244330301717653111
Binary10011110110110001010010011011011000111111111101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED8A4; }

 p { color: rgb(158,216,164); }

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

<style>
 a { background-color: #9ED8A4; }

 a { background-color: rgb(158,216,164); }

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

<style>
 span { border-color: #9ED8A4; }

 span { border-color: rgb(158,216,164); }

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