#9DCEA4

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

Shades of Chinook #9DCEA4

Tints of Chinook #9DCEA4

Color information

#9DCEA4 (or 0x9DCEA4) is unknown color: approx Chinook. HEX triplet: 9D, CE and A4. RGB value is (157,206,164). Sum of RGB (Red+Green+Blue) = 157+206+164=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEA4 is #62315B. Grayscale: #BABABA. Windows color (decimal): -6435164 or 10800797. OLE color: 10800797.

HSL color Cylindrical-coordinate representation of color #9DCEA4: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEA4 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB157206164-
CMYK0.2400.200.19
HSL128.57º33.33%71.18%-
HSV(B)128.57º23.79%80.78%-
XYZ42.6853.9943.29-
YUV186.56115.27106.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=29.79%
G=39.09%
B=31.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061640.2400.200.19128.5733.3371.18
Hex9DCEA41801413812147
Octal235316244300242320141107
Binary1001110111001110101001001100001010010011100000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,164); }

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

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

 a { background-color: rgb(157,206,164); }

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

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

 span { border-color: rgb(157,206,164); }

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