#9EDAA4

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

Shades of Chinook #9EDAA4

Tints of Chinook #9EDAA4

Color information

#9EDAA4 (or 0x9EDAA4) is unknown color: approx Chinook. HEX triplet: 9E, DA and A4. RGB value is (158,218,164). Sum of RGB (Red+Green+Blue) = 158+218+164=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDAA4 is #61255B. Grayscale: #C2C2C2. Windows color (decimal): -6366556 or 10803870. OLE color: 10803870.

HSL color Cylindrical-coordinate representation of color #9EDAA4: hue angle of 126º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDAA4 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB158218164-
CMYK0.2800.250.15
HSL126º44.78%73.73%-
HSV(B)126º27.52%85.49%-
XYZ45.8760.0944.3-
YUV193.9111.12102.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=29.26%
G=40.37%
B=30.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582181640.2800.250.1512644.7873.73
Hex9EDAA41C019F7e2d4a
Octal236332244340311717655112
Binary10011110110110101010010011100011001111111111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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