#9EDDA1

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

Shades of Chinook #9EDDA1

Tints of Chinook #9EDDA1

Color information

#9EDDA1 (or 0x9EDDA1) is unknown color: approx Chinook. HEX triplet: 9E, DD and A1. RGB value is (158,221,161). Sum of RGB (Red+Green+Blue) = 158+221+161=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDA1 is #61225E. Grayscale: #C3C3C3. Windows color (decimal): -6365791 or 10608030. OLE color: 10608030.

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

Color convert

RGB158221161-
CMYK0.2900.270.13
HSL122.86º48.09%74.31%-
HSV(B)122.86º28.51%86.67%-
XYZ46.3961.5643.15-
YUV195.32108.63101.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=29.26%
G=40.93%
B=29.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211610.2900.270.13122.8648.0974.31
Hex9EDDA11D01BD7b304a
Octal236335241350331517360112
Binary10011110110111011010000111101011011110111110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,161); }

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

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

 a { background-color: rgb(158,221,161); }

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

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

 span { border-color: rgb(158,221,161); }

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