#9FD3A7

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

Shades of Chinook #9FD3A7

Tints of Chinook #9FD3A7

Color information

#9FD3A7 (or 0x9FD3A7) is unknown color: approx Chinook. HEX triplet: 9F, D3 and A7. RGB value is (159,211,167). Sum of RGB (Red+Green+Blue) = 159+211+167=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD3A7 is #602C58. Grayscale: #BEBEBE. Windows color (decimal): -6302809 or 10998687. OLE color: 10998687.

HSL color Cylindrical-coordinate representation of color #9FD3A7: hue angle of 129.23º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3A7 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB159211167-
CMYK0.2500.210.17
HSL129.23º37.14%72.55%-
HSV(B)129.23º24.64%82.75%-
XYZ44.5756.7545.16-
YUV190.44114.77105.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=29.61%
G=39.29%
B=31.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1592111670.2500.210.17129.2337.1472.55
Hex9FD3A71901511812549
Octal237323247310252120145111
Binary1001111111010011101001111100101010110001100000011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,211,167); }

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

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

 a { background-color: rgb(159,211,167); }

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

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

 span { border-color: rgb(159,211,167); }

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