#9CDEA5

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

Shades of Chinook #9CDEA5

Tints of Chinook #9CDEA5

Color information

#9CDEA5 (or 0x9CDEA5) is unknown color: approx Chinook. HEX triplet: 9C, DE and A5. RGB value is (156,222,165). Sum of RGB (Red+Green+Blue) = 156+222+165=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEA5 is #63215A. Grayscale: #C3C3C3. Windows color (decimal): -6496603 or 10870428. OLE color: 10870428.

HSL color Cylindrical-coordinate representation of color #9CDEA5: hue angle of 128.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEA5 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB156222165-
CMYK0.3000.260.13
HSL128.18º50%74.12%-
HSV(B)128.18º29.73%87.06%-
XYZ46.6262.0345.11-
YUV195.77110.6399.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.73%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=28.73%
G=40.88%
B=30.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562221650.3000.260.13128.185074.12
Hex9CDEA51E01AD80324a
Octal234336245360321520062112
Binary100111001101111010100101111100110101101100000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,165); }

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

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

 a { background-color: rgb(156,222,165); }

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

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

 span { border-color: rgb(156,222,165); }

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