#9DE5AA

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

Shades of Chinook #9DE5AA

Tints of Chinook #9DE5AA

Color information

#9DE5AA (or 0x9DE5AA) is unknown color: approx Chinook. HEX triplet: 9D, E5 and AA. RGB value is (157,229,170). Sum of RGB (Red+Green+Blue) = 157+229+170=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE5AA is #621A55. Grayscale: #C8C8C8. Windows color (decimal): -6429270 or 11199901. OLE color: 11199901.

HSL color Cylindrical-coordinate representation of color #9DE5AA: hue angle of 130.83º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5AA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB157229170-
CMYK0.3100.260.10
HSL130.83º58.06%75.69%-
HSV(B)130.83º31.44%89.8%-
XYZ49.1866.1148.2-
YUV200.75110.6596.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 229 (89.84% from 255) = 41.19%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=28.24%
G=41.19%
B=30.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572291700.3100.260.10130.8358.0675.69
Hex9DE5AA1F01AA833a4c
Octal235345252370321220372114
Binary100111011110010110101010111110110101010100000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,229,170); }

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

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

 a { background-color: rgb(157,229,170); }

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

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

 span { border-color: rgb(157,229,170); }

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