#9CDB9F

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

Shades of Chinook #9CDB9F

Tints of Chinook #9CDB9F

Color information

#9CDB9F (or 0x9CDB9F) is unknown color: approx Chinook. HEX triplet: 9C, DB and 9F. RGB value is (156,219,159). Sum of RGB (Red+Green+Blue) = 156+219+159=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB9F is #632460. Grayscale: #C1C1C1. Windows color (decimal): -6497377 or 10476444. OLE color: 10476444.

HSL color Cylindrical-coordinate representation of color #9CDB9F: hue angle of 122.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDB9F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB156219159-
CMYK0.2900.270.14
HSL122.86º46.67%73.53%-
HSV(B)122.86º28.77%85.88%-
XYZ45.360.2342.04-
YUV193.32108.63101.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=29.21%
G=41.01%
B=29.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191590.2900.270.14122.8646.6773.53
Hex9CDB9F1D01BE7b2f4a
Octal234333237350331617357112
Binary10011100110110111001111111101011011111011110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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