#9DE5B1

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

Shades of Chinook #9DE5B1

Tints of Chinook #9DE5B1

Color information

#9DE5B1 (or 0x9DE5B1) is unknown color: approx Chinook. HEX triplet: 9D, E5 and B1. RGB value is (157,229,177). Sum of RGB (Red+Green+Blue) = 157+229+177=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE5B1 is #621A4E. Grayscale: #C9C9C9. Windows color (decimal): -6429263 or 11658653. OLE color: 11658653.

HSL color Cylindrical-coordinate representation of color #9DE5B1: hue angle of 136.67º 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 #9DE5B1 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB157229177-
CMYK0.3100.230.10
HSL136.67º58.06%75.69%-
HSV(B)136.67º31.44%89.8%-
XYZ49.8666.3851.78-
YUV201.54114.1596.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=27.89%
G=40.67%
B=31.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572291770.3100.230.10136.6758.0675.69
Hex9DE5B11F017A893a4c
Octal235345261370271221172114
Binary100111011110010110110001111110101111010100010011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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