#9DDEA8

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

Shades of Chinook #9DDEA8

Tints of Chinook #9DDEA8

Color information

#9DDEA8 (or 0x9DDEA8) is unknown color: approx Chinook. HEX triplet: 9D, DE and A8. RGB value is (157,222,168). Sum of RGB (Red+Green+Blue) = 157+222+168=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA8 is #622157. Grayscale: #C4C4C4. Windows color (decimal): -6431064 or 11067037. OLE color: 11067037.

HSL color Cylindrical-coordinate representation of color #9DDEA8: hue angle of 130.15º degrees, saturation: 0.5, 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 #9DDEA8 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB157222168-
CMYK0.2900.240.13
HSL130.15º49.62%74.31%-
HSV(B)130.15º29.28%87.06%-
XYZ47.0962.2446.58-
YUV196.41111.9799.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.70%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=28.70%
G=40.59%
B=30.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221680.2900.240.13130.1549.6274.31
Hex9DDEA81D018D82324a
Octal235336250350301520262112
Binary100111011101111010101000111010110001101100000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,168); }

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

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

 a { background-color: rgb(157,222,168); }

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

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

 span { border-color: rgb(157,222,168); }

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