#9FD0A6

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

Shades of Chinook #9FD0A6

Tints of Chinook #9FD0A6

Color information

#9FD0A6 (or 0x9FD0A6) is unknown color: approx Chinook. HEX triplet: 9F, D0 and A6. RGB value is (159,208,166). Sum of RGB (Red+Green+Blue) = 159+208+166=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD0A6 is #602F59. Grayscale: #BCBCBC. Windows color (decimal): -6303578 or 10932383. OLE color: 10932383.

HSL color Cylindrical-coordinate representation of color #9FD0A6: hue angle of 128.57º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD0A6 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB159208166-
CMYK0.2400.200.18
HSL128.57º34.27%71.96%-
HSV(B)128.57º23.56%81.57%-
XYZ43.7455.2444.43-
YUV188.56115.27106.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=29.83%
G=39.02%
B=31.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592081660.2400.200.18128.5734.2771.96
Hex9FD0A61801412812248
Octal237320246300242220142110
Binary1001111111010000101001101100001010010010100000011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,208,166); }

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

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

 a { background-color: rgb(159,208,166); }

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

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

 span { border-color: rgb(159,208,166); }

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