#9FD8A1

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

Shades of Chinook #9FD8A1

Tints of Chinook #9FD8A1

Color information

#9FD8A1 (or 0x9FD8A1) is unknown color: approx Chinook. HEX triplet: 9F, D8 and A1. RGB value is (159,216,161). Sum of RGB (Red+Green+Blue) = 159+216+161=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD8A1 is #60275E. Grayscale: #C0C0C0. Windows color (decimal): -6301535 or 10606751. OLE color: 10606751.

HSL color Cylindrical-coordinate representation of color #9FD8A1: hue angle of 122.11º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8A1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB159216161-
CMYK0.2600.250.15
HSL122.11º42.22%73.53%-
HSV(B)122.11º26.39%84.71%-
XYZ45.2959.0642.73-
YUV192.69110.12103.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 161 (63.28% from 255) = 30.04%
R=29.66%
G=40.30%
B=30.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592161610.2600.250.15122.1142.2273.53
Hex9FD8A11A019F7a2a4a
Octal237330241320311717252112
Binary10011111110110001010000111010011001111111110101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,216,161); }

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

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

 a { background-color: rgb(159,216,161); }

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

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

 span { border-color: rgb(159,216,161); }

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