#9DE4AB

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

Shades of Chinook #9DE4AB

Tints of Chinook #9DE4AB

Color information

#9DE4AB (or 0x9DE4AB) is unknown color: approx Chinook. HEX triplet: 9D, E4 and AB. RGB value is (157,228,171). Sum of RGB (Red+Green+Blue) = 157+228+171=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE4AB is #621B54. Grayscale: #C8C8C8. Windows color (decimal): -6429525 or 11265181. OLE color: 11265181.

HSL color Cylindrical-coordinate representation of color #9DE4AB: hue angle of 131.83º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4AB is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB157228171-
CMYK0.3100.250.11
HSL131.83º56.8%75.49%-
HSV(B)131.83º31.14%89.41%-
XYZ4965.648.61-
YUV200.27111.4897.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=28.24%
G=41.01%
B=30.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281710.3100.250.11131.8356.875.49
Hex9DE4AB1F019B84394b
Octal235344253370311320471113
Binary100111011110010010101011111110110011011100001001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,171); }

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

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

 a { background-color: rgb(157,228,171); }

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

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

 span { border-color: rgb(157,228,171); }

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