#9CD3A4

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

Shades of Chinook #9CD3A4

Tints of Chinook #9CD3A4

Color information

#9CD3A4 (or 0x9CD3A4) is unknown color: approx Chinook. HEX triplet: 9C, D3 and A4. RGB value is (156,211,164). Sum of RGB (Red+Green+Blue) = 156+211+164=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD3A4 is #632C5B. Grayscale: #BDBDBD. Windows color (decimal): -6499420 or 10802076. OLE color: 10802076.

HSL color Cylindrical-coordinate representation of color #9CD3A4: hue angle of 128.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD3A4 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB156211164-
CMYK0.2600.220.17
HSL128.73º38.46%71.96%-
HSV(B)128.73º26.07%82.75%-
XYZ43.7156.3443.69-
YUV189.2113.78104.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.38%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=29.38%
G=39.74%
B=30.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1562111640.2600.220.17128.7338.4671.96
Hex9CD3A41A01611812648
Octal234323244320262120146110
Binary1001110011010011101001001101001011010001100000011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,211,164); }

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

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

 a { background-color: rgb(156,211,164); }

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

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

 span { border-color: rgb(156,211,164); }

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