#9CDA9F

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

Shades of Chinook #9CDA9F

Tints of Chinook #9CDA9F

Color information

#9CDA9F (or 0x9CDA9F) is unknown color: approx Chinook. HEX triplet: 9C, DA and 9F. RGB value is (156,218,159). Sum of RGB (Red+Green+Blue) = 156+218+159=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDA9F is #632560. Grayscale: #C0C0C0. Windows color (decimal): -6497633 or 10476188. OLE color: 10476188.

HSL color Cylindrical-coordinate representation of color #9CDA9F: hue angle of 122.9º 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 #9CDA9F is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB156218159-
CMYK0.2800.270.15
HSL122.9º45.59%73.33%-
HSV(B)122.9º28.44%85.49%-
XYZ45.0459.7141.95-
YUV192.74108.96101.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=29.27%
G=40.90%
B=29.83%

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
Decimal1562181590.2800.270.15122.945.5973.33
Hex9CDA9F1C01BF7b2e49
Octal234332237340331717356111
Binary10011100110110101001111111100011011111111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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