#9FC5A4

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

Shades of Chinook #9FC5A4

Tints of Chinook #9FC5A4

Color information

#9FC5A4 (or 0x9FC5A4) is unknown color: approx Chinook. HEX triplet: 9F, C5 and A4. RGB value is (159,197,164). Sum of RGB (Red+Green+Blue) = 159+197+164=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC5A4 is #603A5B. Grayscale: #B5B5B5. Windows color (decimal): -6306396 or 10798495. OLE color: 10798495.

HSL color Cylindrical-coordinate representation of color #9FC5A4: hue angle of 127.89º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC5A4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB159197164-
CMYK0.1900.170.23
HSL127.89º24.68%69.8%-
HSV(B)127.89º19.29%77.25%-
XYZ40.9749.9842.61-
YUV181.88117.91111.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=30.58%
G=37.88%
B=31.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971640.1900.170.23127.8924.6869.8
Hex9FC5A41301117801946
Octal237305244230212720031106
Binary100111111100010110100100100110100011011110000000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,164); }

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

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

 a { background-color: rgb(159,197,164); }

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

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

 span { border-color: rgb(159,197,164); }

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