#9CD5A8

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

Shades of Chinook #9CD5A8

Tints of Chinook #9CD5A8

Color information

#9CD5A8 (or 0x9CD5A8) is unknown color: approx Chinook. HEX triplet: 9C, D5 and A8. RGB value is (156,213,168). Sum of RGB (Red+Green+Blue) = 156+213+168=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD5A8 is #632A57. Grayscale: #BEBEBE. Windows color (decimal): -6498904 or 11064732. OLE color: 11064732.

HSL color Cylindrical-coordinate representation of color #9CD5A8: hue angle of 132.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5A8 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB156213168-
CMYK0.2700.210.16
HSL132.63º40.43%72.35%-
HSV(B)132.63º26.76%83.53%-
XYZ44.5757.4845.79-
YUV190.83115.12103.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=29.05%
G=39.66%
B=31.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131680.2700.210.16132.6340.4372.35
Hex9CD5A81B01510852848
Octal234325250330252020550110
Binary1001110011010101101010001101101010110000100001011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,213,168); }

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

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

 a { background-color: rgb(156,213,168); }

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

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

 span { border-color: rgb(156,213,168); }

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