#9CDAA0

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

Shades of Chinook #9CDAA0

Tints of Chinook #9CDAA0

Color information

#9CDAA0 (or 0x9CDAA0) is unknown color: approx Chinook. HEX triplet: 9C, DA and A0. RGB value is (156,218,160). Sum of RGB (Red+Green+Blue) = 156+218+160=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDAA0 is #63255F. Grayscale: #C1C1C1. Windows color (decimal): -6497632 or 10541724. OLE color: 10541724.

HSL color Cylindrical-coordinate representation of color #9CDAA0: hue angle of 123.87º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDAA0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB156218160-
CMYK0.2800.270.15
HSL123.87º45.59%73.33%-
HSV(B)123.87º28.44%85.49%-
XYZ45.1359.7542.41-
YUV192.85109.46101.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=29.21%
G=40.82%
B=29.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562181600.2800.270.15123.8745.5973.33
Hex9CDAA01C01BF7c2e49
Octal234332240340331717456111
Binary10011100110110101010000011100011011111111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,160); }

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

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

 a { background-color: rgb(156,218,160); }

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

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

 span { border-color: rgb(156,218,160); }

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