#9DE4AE

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

Shades of Chinook #9DE4AE

Tints of Chinook #9DE4AE

Color information

#9DE4AE (or 0x9DE4AE) is unknown color: approx Chinook. HEX triplet: 9D, E4 and AE. RGB value is (157,228,174). Sum of RGB (Red+Green+Blue) = 157+228+174=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE4AE is #621B51. Grayscale: #C8C8C8. Windows color (decimal): -6429522 or 11461789. OLE color: 11461789.

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

Color convert

RGB157228174-
CMYK0.3100.240.11
HSL134.37º56.8%75.49%-
HSV(B)134.37º31.14%89.41%-
XYZ49.2965.7150.13-
YUV200.62112.9896.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.09%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=28.09%
G=40.79%
B=31.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281740.3100.240.11134.3756.875.49
Hex9DE4AE1F018B86394b
Octal235344256370301320671113
Binary100111011110010010101110111110110001011100001101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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