#9EDEA4

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

Shades of Chinook #9EDEA4

Tints of Chinook #9EDEA4

Color information

#9EDEA4 (or 0x9EDEA4) is unknown color: approx Chinook. HEX triplet: 9E, DE and A4. RGB value is (158,222,164). Sum of RGB (Red+Green+Blue) = 158+222+164=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDEA4 is #61215B. Grayscale: #C4C4C4. Windows color (decimal): -6365532 or 10804894. OLE color: 10804894.

HSL color Cylindrical-coordinate representation of color #9EDEA4: hue angle of 125.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDEA4 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB158222164-
CMYK0.2900.260.13
HSL125.62º49.23%74.51%-
HSV(B)125.62º28.83%87.06%-
XYZ46.9262.1944.65-
YUV196.25109.8100.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=29.04%
G=40.81%
B=30.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582221640.2900.260.13125.6249.2374.51
Hex9EDEA41D01AD7e314b
Octal236336244350321517661113
Binary10011110110111101010010011101011010110111111101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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